Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2947 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 2953 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 538 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 593 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11744 SourceLocation NamespcLoc, CXXScopeSpec &SS, in ActOnUsingDirective() argument 11806 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 6145 SourceLocation NamespcLoc, CXXScopeSpec &SS,
|