Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaModule.cpp274 StringRef FirstComponentName = Path[0].first->getName(); in ActOnModuleDecl() local
276 (FirstComponentName == "std" || in ActOnModuleDecl()
277 (FirstComponentName.startswith("std") && in ActOnModuleDecl()
278 llvm::all_of(FirstComponentName.drop_front(3), &llvm::isDigit)))) { in ActOnModuleDecl()