Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 531 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 551 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 569 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9360 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 9363 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 9377 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 9387 NamespcName->isStr("std")) { in ActOnUsingDirective() 9393 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4634 IdentifierInfo *NamespcName,
|