Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 471 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 515 SourceLocation UsingLoc, in ParseUsingDirective() 678 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() 818 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() 2686 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2883 SourceLocation UsingLoc; variable 2898 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3728 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3822 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2918 SourceLocation UsingLoc, in Create() 3112 SourceLocation UsingLoc, in Create() 3140 SourceLocation UsingLoc, in Create()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 11445 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() 11542 SourceLocation UsingLoc, in ActOnUsingDeclaration() 11626 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration() 12086 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() 12340 SourceLocation UsingLoc, in BuildUsingEnumDeclaration() 12438 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 12520 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, in CheckUsingDeclQualifier() 12751 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration() 13326 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|