Searched defs:UsingLoc (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseDeclCXX.cpp | 383 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local 423 SourceLocation UsingLoc, in ParseUsingDirective() 488 SourceLocation UsingLoc, in ParseUsingDeclaration() 2316 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclCXX.cpp | 2049 SourceLocation UsingLoc, in Create() 2142 SourceLocation UsingLoc, in Create() 2167 SourceLocation UsingLoc, in Create()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclCXX.h | 2562 SourceLocation UsingLoc; variable 2585 UsingDirectiveDecl(DeclContext *DC, SourceLocation UsingLoc, in UsingDirectiveDecl() 3032 SourceLocation UsingLoc, in UnresolvedUsingValueDecl() 3111 UnresolvedUsingTypenameDecl(DeclContext *DC, SourceLocation UsingLoc, in UnresolvedUsingTypenameDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclCXX.cpp | 7548 SourceLocation UsingLoc, in ActOnUsingDirective() 7650 SourceLocation UsingLoc, in ActOnUsingDeclaration() 8039 SourceLocation UsingLoc, in BuildUsingDeclaration() 8279 bool Sema::CheckUsingDeclRedeclaration(SourceLocation UsingLoc, in CheckUsingDeclRedeclaration() 8337 bool Sema::CheckUsingDeclQualifier(SourceLocation UsingLoc, in CheckUsingDeclQualifier() 8521 SourceLocation UsingLoc, in ActOnAliasDeclaration() 9083 SourceLocation UsingLoc = getUsingLoc(Ctor->getParent()); in inherit() local 9151 void declareCtor(SourceLocation UsingLoc, const CXXConstructorDecl *BaseCtor, in declareCtor()
|