Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 450 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 484 SourceLocation UsingLoc, in ParseUsingDirective() 621 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() 840 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() 2811 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3087 SourceLocation UsingLoc; variable 3102 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3946 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 4040 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3279 SourceLocation UsingLoc, in Create() 3478 SourceLocation UsingLoc, in Create() 3506 SourceLocation UsingLoc, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12426 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() 12523 SourceLocation UsingLoc, in ActOnUsingDeclaration() 12607 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration() 13036 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() 13298 SourceLocation UsingLoc, in BuildUsingEnumDeclaration() 13393 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 13468 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, in CheckUsingDeclQualifier() 13658 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration() 14238 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|