Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp479 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
523 SourceLocation UsingLoc, in ParseUsingDirective()
685 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration()
832 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator()
2670 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2917 SourceLocation UsingLoc; variable
2932 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl()
3762 SourceLocation UsingLoc, in UnresolvedUsingValueDecl()
3856 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2934 SourceLocation UsingLoc, in Create()
3128 SourceLocation UsingLoc, in Create()
3156 SourceLocation UsingLoc, in Create()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp11645 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective()
11742 SourceLocation UsingLoc, in ActOnUsingDeclaration()
11826 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration()
12286 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration()
12540 SourceLocation UsingLoc, in BuildUsingEnumDeclaration()
12638 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration()
12720 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, in CheckUsingDeclQualifier()
12951 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration()
13527 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local