Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3079 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 3532 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3726 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3886 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3979 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1371 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl() 1382 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl() 1427 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl() 1437 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3328 D->getUsingLoc(), in VisitUsingDecl() 3340 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 3347 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl() 3378 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl() 3495 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
|
| H A D | SemaDeclCXX.cpp | 13169 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5057 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl() 5098 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl() 5203 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl() 5268 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl() 5303 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()
|