Searched refs:NamespcLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2642 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 2648 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 2876 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 2882 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/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 525 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7705 SourceLocation NamespcLoc, in ActOnUsingDirective() argument 7768 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11380 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument 11442 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4218 SourceLocation NamespcLoc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5515 SourceLocation NamespcLoc, CXXScopeSpec &SS,
|