Searched refs:NamespcLoc (Results 1 – 4 of 4) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2582 SourceLocation NamespcLoc, in UsingDirectiveDecl() argument 2588 NamespaceLoc(NamespcLoc), QualifierLoc(QualifierLoc), in UsingDirectiveDecl()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 429 SourceLocation NamespcLoc = ConsumeToken(); in ParseUsingDirective() local 471 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 7453 SourceLocation NamespcLoc, in ActOnUsingDirective() argument 7517 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 3932 SourceLocation NamespcLoc,
|