Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 543 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 563 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 581 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11441 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 11444 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 11458 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 11468 NamespcName->isStr("std")) { in ActOnUsingDirective() 11474 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5664 IdentifierInfo *NamespcName,
|