Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2576 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 2582 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 435 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 477 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7540 SourceLocation NamespcLoc, in ActOnUsingDirective() argument 7604 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4125 SourceLocation NamespcLoc,
|