Searched refs:FirstComponentName (Results 1 – 1 of 1) sorted by relevance
356 StringRef FirstComponentName = Path[0].getIdentifierInfo()->getName(); in ActOnModuleDecl() local358 (FirstComponentName == "std" || in ActOnModuleDecl()359 (FirstComponentName.starts_with("std") && in ActOnModuleDecl()360 llvm::all_of(FirstComponentName.drop_front(3), &llvm::isDigit)))) in ActOnModuleDecl()