Home
last modified time | relevance | path

Searched refs:FirstComponentName (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp268 StringRef FirstComponentName = Path[0].first->getName(); in ActOnModuleDecl() local
270 (FirstComponentName == "std" || in ActOnModuleDecl()
271 (FirstComponentName.starts_with("std") && in ActOnModuleDecl()
272 llvm::all_of(FirstComponentName.drop_front(3), &llvm::isDigit)))) in ActOnModuleDecl()