Searched defs:NamespcLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp381 SourceLocation NamespcLoc = ConsumeToken(); local
423 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
/external/clang/include/clang/AST/
H A DDeclCXX.h2401 SourceLocation NamespcLoc,
2407 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2400 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5815 SourceLocation NamespcLoc,
5875 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
5813 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument

Completed in 72 milliseconds