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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp431 IdentifierInfo *NamespcName = nullptr; local
444 NamespcName = Tok.getIdentifierInfo();
462 IdentLoc, NamespcName, attrs.getList());
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7084 IdentifierInfo *NamespcName,
7087 assert(NamespcName && "Invalid NamespcName.");
7101 LookupResult R(*this, NamespcName, IdentLoc, LookupNamespaceName);
7111 NamespcName->isStr("std")) {
7117 else TryNamespaceTypoCorrection(*this, R, S, SS, IdentLoc, NamespcName);
7079 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument
/external/clang/include/clang/Sema/
H A DSema.h3794 IdentifierInfo *NamespcName,

Completed in 191 milliseconds