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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp419 SourceLocation NamespcLoc = ConsumeToken(); local
461 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
/external/clang/include/clang/AST/
H A DDeclCXX.h2563 SourceLocation NamespcLoc,
2569 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2562 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7081 SourceLocation NamespcLoc,
7141 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
7079 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument

Completed in 151 milliseconds