Home
last modified time | relevance | path

Searched defs:UsingLoc (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/clang/lib/Parse/
H A DParseDeclCXX.cpp389 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
429 SourceLocation UsingLoc, in ParseUsingDirective()
494 SourceLocation UsingLoc, in ParseUsingDeclaration()
2374 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
/aosp_15_r20/external/clang/lib/AST/
H A DDeclCXX.cpp2123 SourceLocation UsingLoc, in Create()
2249 SourceLocation UsingLoc, in Create()
2274 SourceLocation UsingLoc, in Create()
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclCXX.h2618 SourceLocation UsingLoc; variable
2641 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3200 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3279 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DDeclCXX.h3017 SourceLocation UsingLoc; variable
3032 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3877 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3971 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DDeclCXX.h3010 SourceLocation UsingLoc; variable
3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3870 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3964 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DDeclCXX.h3010 SourceLocation UsingLoc; variable
3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3870 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3964 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DDeclCXX.h3010 SourceLocation UsingLoc; variable
3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3870 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3964 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7704 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