Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2933 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 2939 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 529 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 584 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11646 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument 11708 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 5996 SourceLocation NamespcLoc, CXXScopeSpec &SS,
|