Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclCXX.h | 3000 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 3453 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3646 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3806 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3899 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1303 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl() 1314 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl() 1352 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl() 1362 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3256 D->getUsingLoc(), in VisitUsingDecl() 3268 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 3275 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl() 3306 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl() 3423 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
|
H A D | SemaDeclCXX.cpp | 12730 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4824 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl() 4865 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl() 4970 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl() 5035 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl() 5070 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()
|