Home
last modified time | relevance | path

Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2576 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument
2582 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
/external/clang/lib/Parse/
DParseDeclCXX.cpp435 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local
477 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7540 SourceLocation NamespcLoc, in ActOnUsingDirective() argument
7604 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
/external/clang/include/clang/Sema/
DSema.h4125 SourceLocation NamespcLoc,