Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 551 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 571 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 589 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12185 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 12188 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 12202 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 12212 NamespcName->isStr("std")) { in ActOnUsingDirective() 12218 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6300 IdentifierInfo *NamespcName,
|