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() 2374 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2123 SourceLocation UsingLoc, in Create() 2249 SourceLocation UsingLoc, in Create() 2274 SourceLocation UsingLoc, in Create()
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2618 SourceLocation UsingLoc; variable 2641 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3200 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3279 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7704 SourceLocation UsingLoc, in ActOnUsingDirective() 7805 SourceLocation UsingLoc, in ActOnUsingDeclaration() 8233 SourceLocation UsingLoc, in BuildUsingDeclaration() 8500 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 8558 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 8744 SourceLocation UsingLoc, in ActOnAliasDeclaration() 9248 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|