Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3156 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 DASTWriterDecl.cpp1583 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 DSemaTemplateInstantiateDecl.cpp3919 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 DSemaDeclCXX.cpp13379 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5418 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()