Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 539 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 559 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 577 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11448 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 11451 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 11465 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 11475 NamespcName->isStr("std")) { in ActOnUsingDirective() 11481 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5715 IdentifierInfo *NamespcName,
|