Home
last modified time | relevance | path

Searched refs:getUsingLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3079 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 DASTWriterDecl.cpp1371 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 DSemaTemplateInstantiateDecl.cpp3328 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 DSemaDeclCXX.cpp13169 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5057 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()