Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DAddUsing.cpp71 auto Loc = D->getUsingLoc(); in VisitUsingDecl()
152 if (SM.isBeforeInTranslationUnit(Inputs.Cursor, U->getUsingLoc())) in findInsertionPoint()
168 LastUsingLoc = U->getUsingLoc(); in findInsertionPoint()
/external/clang/include/clang/AST/
DDeclCXX.h2680 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
3069 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3211 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3292 SourceLocation getUsingLoc() const { return getLocStart(); } in getUsingLoc() function
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2929 SourceLocation getUsingLoc() const { return UsingLoc; } in getUsingLoc() function
3397 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3615 SourceLocation getUsingLoc() const { return UsingLocation; } in getUsingLoc() function
3708 SourceLocation getUsingLoc() const { return getBeginLoc(); } in getUsingLoc() function
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2382 D->getUsingLoc(), in VisitUsingDecl()
2394 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
2402 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), SS, NameInfo, in VisitUsingDecl()
2483 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingTypenameDecl()
2507 D->getUsingLoc(), SS, NameInfo, nullptr, in VisitUnresolvedUsingValueDecl()
DSemaDeclCXX.cpp8483 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1112 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1141 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1151 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1271 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDecl()
1310 Record.AddSourceLocation(D->getUsingLoc()); in VisitUsingDirectiveDecl()
1320 Record.AddSourceLocation(D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3015 D->getUsingLoc(), in VisitUsingDecl()
3027 if (SemaRef.CheckUsingDeclRedeclaration(D->getUsingLoc(), in VisitUsingDecl()
3035 SemaRef.CheckUsingDeclQualifier(D->getUsingLoc(), D->hasTypename(), in VisitUsingDecl()
3187 /*Scope*/ nullptr, D->getAccess(), D->getUsingLoc(), in instantiateUnresolvedUsingDecl()
DSemaDeclCXX.cpp12226 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp4505 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDecl()
4601 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUsingDirectiveDecl()
4637 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingValueDecl()
4672 auto ToUsingLoc = importChecked(Err, D->getUsingLoc()); in VisitUnresolvedUsingTypenameDecl()