Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 500 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 544 SourceLocation UsingLoc, in ParseUsingDirective() 709 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() 924 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() 2967 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3024 SourceLocation UsingLoc; variable 3039 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3884 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3978 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3054 SourceLocation UsingLoc, in Create() 3255 SourceLocation UsingLoc, in Create() 3283 SourceLocation UsingLoc, in Create()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12098 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() 12195 SourceLocation UsingLoc, in ActOnUsingDeclaration() 12279 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration() 12709 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() 12966 SourceLocation UsingLoc, in BuildUsingEnumDeclaration() 13061 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 13136 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, in CheckUsingDeclQualifier() 13367 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration() 13947 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|