Searched defs:UsingLoc (Results  1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ | 
| H A D | ParseDeclCXX.cpp | 488   SourceLocation UsingLoc = ConsumeToken();  in ParseUsingDirectiveOrDeclaration()  local532                                   SourceLocation UsingLoc,  in ParseUsingDirective()
 696     SourceLocation UsingLoc, SourceLocation &DeclEnd,  in ParseUsingDeclaration()
 869     const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,  in ParseAliasDeclarationAfterDeclarator()
 2759     SourceLocation UsingLoc = ConsumeToken();  in ParseCXXClassMemberDeclaration()  local
 
 | 
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ | 
| H A D | DeclCXX.h | 2931   SourceLocation UsingLoc;  variable2946   UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc,  in UsingDirectiveDecl()
 3790                            SourceLocation UsingLoc,  in UnresolvedUsingValueDecl()
 3884   UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc,  in UnresolvedUsingTypenameDecl()
 
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/ | 
| H A D | DeclCXX.cpp | 2969                                                SourceLocation UsingLoc,  in Create()3169                                  SourceLocation UsingLoc,  in Create()
 3197                                     SourceLocation UsingLoc,  in Create()
 
 | 
| /openbsd-src/gnu/llvm/clang/lib/Sema/ | 
| H A D | SemaDeclCXX.cpp | 11743 Decl *Sema::ActOnUsingDirective(Scope *S, SourceLocation UsingLoc,  in ActOnUsingDirective()11840                                   SourceLocation UsingLoc,  in ActOnUsingDeclaration()
 11924                                       SourceLocation UsingLoc,  in ActOnUsingEnumDeclaration()
 12394     Scope *S, AccessSpecifier AS, SourceLocation UsingLoc,  in BuildUsingDeclaration()
 12648                                            SourceLocation UsingLoc,  in BuildUsingEnumDeclaration()
 12747 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc,  in CheckUsingDeclRedeclaration()
 12829 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, bool HasTypename,  in CheckUsingDeclQualifier()
 13060                                   SourceLocation UsingLoc, UnqualifiedId &Name,  in ActOnAliasDeclaration()
 13636   SourceLocation UsingLoc = Shadow->getLocation();  in findInheritingConstructor()  local
 
 |