Searched refs:FirstComponentName (Results 1 – 1 of 1) sorted by relevance
354 StringRef FirstComponentName = Path[0].first->getName(); in ActOnModuleDecl() local356 (FirstComponentName == "std" || in ActOnModuleDecl()357 (FirstComponentName.starts_with("std") && in ActOnModuleDecl()358 llvm::all_of(FirstComponentName.drop_front(3), &llvm::isDigit)))) in ActOnModuleDecl()