Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 383 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 423 SourceLocation UsingLoc, in ParseUsingDirective() 488 SourceLocation UsingLoc, in ParseUsingDeclaration() 2233 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2015 SourceLocation UsingLoc, in Create() 2108 SourceLocation UsingLoc, in Create() 2133 SourceLocation UsingLoc, in Create()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2558 SourceLocation UsingLoc; variable 2581 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3028 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3107 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 7452 SourceLocation UsingLoc, in ActOnUsingDirective() 7554 SourceLocation UsingLoc, in ActOnUsingDeclaration() 7943 SourceLocation UsingLoc, in BuildUsingDeclaration() 8179 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 8237 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 8421 SourceLocation UsingLoc, in ActOnAliasDeclaration() 8978 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() local 9046 void declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, in declareCtor()
|