Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 389 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 429 SourceLocation UsingLoc, in ParseUsingDirective() 494 SourceLocation UsingLoc, in ParseUsingDeclaration() 2359 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2043 SourceLocation UsingLoc, in Create() 2136 SourceLocation UsingLoc, in Create() 2161 SourceLocation UsingLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2552 SourceLocation UsingLoc; variable 2575 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3022 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3101 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7539 SourceLocation UsingLoc, in ActOnUsingDirective() 7641 SourceLocation UsingLoc, in ActOnUsingDeclaration() 8035 SourceLocation UsingLoc, in BuildUsingDeclaration() 8275 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 8333 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 8503 SourceLocation UsingLoc, in ActOnAliasDeclaration() 9077 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() local 9145 void declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, in declareCtor()
|