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.h3093 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
3546 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3740 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3900 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3993 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1409 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1420 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl()
1465 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1475 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3374 D->getUsingLoc(), in VisitUsingDecl()
3386 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
3393 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl()
3428 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl()
3545 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
H A DSemaDeclCXX.cpp13047 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5141 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl()
5182 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl()
5287 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl()
5352 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
5387 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()