Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 508 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 528 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 546 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12429 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 12432 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 12444 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 12454 NamespcName->isStr("std")) { in ActOnUsingDirective() 12460 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5239 IdentifierInfo *NamespcName,
|