Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 471 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 519 SourceLocation UsingLoc, in ParseUsingDirective() 676 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() 782 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() 2624 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclCXX.h | 2881 SourceLocation UsingLoc; variable 2896 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3620 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3714 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 2932 SourceLocation UsingLoc, in Create() 3107 SourceLocation UsingLoc, in Create() 3135 SourceLocation UsingLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 11438 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc, in ActOnUsingDirective() 11535 SourceLocation UsingLoc, in ActOnUsingDeclaration() 12001 Scope *S, AccessSpecifier AS, SourceLocation UsingLoc, in BuildUsingDeclaration() 12301 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 12379 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 12569 SourceLocation UsingLoc, UnqualifiedId &Name, in ActOnAliasDeclaration() 13134 SourceLocation UsingLoc = Shadow->getLocation(); in findInheritingConstructor() local
|