Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 568 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 588 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 606 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 12101 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 12104 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 12116 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 12126 NamespcName->isStr("std")) { in ActOnUsingDirective() 12132 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Sema.h | 4824 IdentifierInfo *NamespcName,
|