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.h2398 SourceLocation NamespcLoc,
2404 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
2397 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, SourceLocation NamespcLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation IdentLoc, NamedDecl *Nominated, DeclContext *CommonAncestor) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp5735 SourceLocation NamespcLoc,
5795 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
5733 ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, SourceLocation NamespcLoc, CXXScopeSpec &SS, SourceLocation IdentLoc, IdentifierInfo *NamespcName, AttributeList *AttrList) argument

Completed in 363 milliseconds