Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DAddUsing.cpp70 auto Loc = D->getUsingLoc(); in VisitUsingDecl()
154 if (SM.isBeforeInTranslationUnit(Inputs.Cursor, U->getUsingLoc())) in findInsertionPoint()
170 LastUsingLoc = U->getUsingLoc(); in findInsertionPoint()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2986 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
3439 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3634 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3778 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3871 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1283 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1294 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingEnumDecl()
1332 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1342 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3191 D->getUsingLoc(), in VisitUsingDecl()
3203 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
3210 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), SS, in VisitUsingDecl()
3239 UsingEnumDecl::Create(SemaRef.Context, Owner, D->getUsingLoc(), in VisitUsingEnumDecl()
3356 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
H A DSemaDeclCXX.cpp12621 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp4714 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl()
4755 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingEnumDecl()
4859 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl()
4924 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
4959 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()