Searched defs:UsingLoc (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 471 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 519 SourceLocation UsingLoc, in ParseUsingDirective() 676 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() 783 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() 2603 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
/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/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 2860 SourceLocation UsingLoc; variable 2875 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3599 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3693 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 2913 SourceLocation UsingLoc, in Create() 3088 SourceLocation UsingLoc, in Create() 3116 SourceLocation UsingLoc, in Create()
|
/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
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 11379 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() 11476 SourceLocation UsingLoc, in ActOnUsingDeclaration() 11942 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() 12243 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 12321 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 12511 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration() 13076 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|