Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 483 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 527 SourceLocation UsingLoc, in ParseUsingDirective() 692 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() 869 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() 2802 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3010 SourceLocation UsingLoc; variable 3025 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3870 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3964 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3023 SourceLocation UsingLoc, in Create() 3223 SourceLocation UsingLoc, in Create() 3251 SourceLocation UsingLoc, in Create()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 12182 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() 12279 SourceLocation UsingLoc, in ActOnUsingDeclaration() 12363 SourceLocation UsingLoc, in ActOnUsingEnumDeclaration() 12833 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() 13087 SourceLocation UsingLoc, in BuildUsingEnumDeclaration() 13186 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 13268 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename, in CheckUsingDeclQualifier() 13499 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration() 14075 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|