Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 3156 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 3609 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3803 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3962 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 4055 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1583 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl() 1594 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl() 1640 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl() 1650 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3919 D->getUsingLoc(), in VisitUsingDecl() 3931 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 3938 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl() 3973 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl() 4090 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
|
| H A D | SemaDeclCXX.cpp | 13379 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5418 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl() 5459 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl() 5564 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl() 5629 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl() 5664 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()
|