Searched defs:NamespcName (Results 1 - 2 of 2) 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

Completed in 3855 milliseconds