Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp547 IdentifierInfo *NamespcName = nullptr; in ParseUsingDirective() local
567 NamespcName = Tok.getIdentifierInfo(); in ParseUsingDirective()
585 IdentLoc, NamespcName, attrs); in ParseUsingDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp11648 IdentifierInfo *NamespcName, in ActOnUsingDirective() argument
11651 assert(NamespcName && "Invalid NamespcName."); in ActOnUsingDirective()
11665 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName); in ActOnUsingDirective()
11675 NamespcName->isStr("std")) { in ActOnUsingDirective()
11681 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName); in ActOnUsingDirective()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5998 IdentifierInfo *NamespcName,