Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2952 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function 3405 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3600 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3744 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function 3837 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1273 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl() 1284 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl() 1322 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl() 1332 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 3140 D->getUsingLoc(), in VisitUsingDecl() 3152 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl() 3159 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl() 3188 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl() 3305 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
|
| H A D | SemaDeclCXX.cpp | 12421 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4653 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl() 4694 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl() 4778 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl() 4814 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl() 4849 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()
|