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