/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangDiagnostic.h | 44 const FixItList &FixIts() const { return m_fixit_vec; } FixIts() function
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | HeaderGuard.cpp | 101 std::vector<FixItHint> FixIts; in EndOfMainFile() local 164 std::vector<FixItHint> &FixIts) { in checkHeaderGuardDefinition() 191 std::vector<FixItHint> &FixIts) { in checkEndifComment()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.h | 84 std::vector<std::pair<CXSourceRange, const char *> > FixIts; variable
|
H A D | CIndexCodeCompletion.cpp | 334 ArrayRef<FixItHint> FixIts = allocated_results->FixItsVector[completion_index]; in clang_getCompletionFixIt() local
|
/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 354 ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, in PrintMessage() argument 361 ArrayRef<SMFixIt> FixIts, bool ShowColors) const { in PrintMessage() argument 390 ArrayRef<SMFixIt> FixIts, in buildFixItLine() argument [all...] |
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseConstraintsCheck.cpp | 372 std::vector<FixItHint> FixIts; in handleReturnType() local 438 std::vector<FixItHint> FixIts; in handleTrailingTemplateType() local
|
H A D | LoopConvertCheck.cpp | 641 std::vector<FixItHint> FixIts; in doConversion() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 290 SmallVector<SMFixIt, 4> FixIts; variable
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1556 anyConflict(const SmallVectorImpl<FixItHint> & FixIts,const SourceManager & SM) anyConflict() argument 2236 FixItList FixIts{}; FixVarInitializerWithSpan() local 2343 FixItList FixIts{}; fixLocalVarDeclWithSpan() local 2555 FixItList FixIts{}; createOverloadsForFixedParams() local 2658 FixItList FixIts{}; fixVarDeclWithArray() local 2813 overlapWithMacro(const FixItList & FixIts) overlapWithMacro() argument [all...] |
/llvm-project/clang-tools-extra/clangd/ |
H A D | CodeComplete.h | 210 std::vector<TextEdit> FixIts; global() member
|
H A D | Diagnostics.cpp | 745 auto FixIts = Info.getFixItHints().vec(); HandleDiagnostic() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | SourceMgrTest.cpp | 41 ArrayRef<SMFixIt> FixIts) { in printMessage() argument
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 105 std::vector<StandaloneFixIt> FixIts; member
|
/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 1174 StoredDiagnostic(DiagnosticsEngine::Level Level,unsigned ID,StringRef Message,FullSourceLoc Loc,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> FixIts) StoredDiagnostic() argument
|
/llvm-project/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 839 std::vector<FixItHint> FixIts; global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 573 SmallVector<FixItHint, 12> FixIts; DoEmitAvailabilityWarning() local
|
H A D | SemaCodeComplete.cpp | 1721 std::vector<FixItHint> FixIts; global() member in __anonca10f8fc0311::CodeCompletionDeclConsumer 1727 CodeCompletionDeclConsumer(ResultBuilder & Results,DeclContext * InitialLookupCtx,QualType BaseType=QualType (),std::vector<FixItHint> FixIts=std::vector<FixItHint> ()) CodeCompletionDeclConsumer() argument 5190 std::vector<FixItHint> FixIts; AddRecordMembersCompletionResults() local [all...] |
H A D | SemaType.cpp | 2868 FixItHint FixIts[5]; diagnoseIgnoredQualifiers() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1701 std::vector<FixItHint> FixIts; global() variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 2420 SmallVector<FixItHint, 2> FixIts; TranslateStoredDiagnostics() local
|