Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 556 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local 576 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective() 594 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11746 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument 11749 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective() 11763 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective() 11773 NamespcName->isStr("std")) { in ActOnUsingDirective() 11779 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 6147 IdentifierInfo *NamespcName,
|