Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2934 SourceLocation NamespcLoc, 2940 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc),
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 515 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 568 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 9358 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument 9420 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4632 SourceLocation NamespcLoc, CXXScopeSpec &SS,
|