Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
| /external/clang/lib/Parse/ |
| D | ParseDeclCXX.cpp | 373 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 413 SourceLocation UsingLoc, in ParseUsingDirective() 478 SourceLocation UsingLoc, in ParseUsingDeclaration() 2107 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
| /external/clang/lib/AST/ |
| D | DeclCXX.cpp | 1974 SourceLocation UsingLoc, in Create() 2066 SourceLocation UsingLoc, in Create() 2091 SourceLocation UsingLoc, in Create()
|
| /external/clang/include/clang/AST/ |
| D | DeclCXX.h | 2539 SourceLocation UsingLoc; variable 2562 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 2983 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3052 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
| /external/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 7080 SourceLocation UsingLoc, in ActOnUsingDirective() 7178 SourceLocation UsingLoc, in ActOnUsingDeclaration() 7567 SourceLocation UsingLoc, in BuildUsingDeclaration() 7802 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 7860 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 8044 SourceLocation UsingLoc, in ActOnAliasDeclaration() 8600 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() local 8668 void declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, in declareCtor()
|