Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3040 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 3046 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 550 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 605 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 12099 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument 12159 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 4822 SourceLocation NamespcLoc, CXXScopeSpec &SS,
|