Searched refs:getUsingLoc (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | AddUsing.cpp | 71 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/ |
D | DeclCXX.h | 2680 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/ |
D | DeclCXX.h | 2929 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/ |
D | SemaTemplateInstantiateDecl.cpp | 2382 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()
|
D | SemaDeclCXX.cpp | 8483 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1112 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/ |
D | ASTWriterDecl.cpp | 1271 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/ |
D | SemaTemplateInstantiateDecl.cpp | 3015 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()
|
D | SemaDeclCXX.cpp | 12226 Diag(UD->getUsingLoc(), in CheckInheritingConstructorUsingDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTImporter.cpp | 4505 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()
|