Home
last modified time | relevance | path

Searched refs:NamespcName (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp543 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 DSemaDeclCXX.cpp11441 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 DSema.h5664 IdentifierInfo *NamespcName,