Searched defs:FixIts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDiagnostic.h44 const FixItList &FixIts() const { return m_fixit_vec; } function in class:lldb_private::ClangDiagnostic
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h255 SmallVector<SMFixIt, 4> FixIts; member in class:llvm::SMDiagnostic
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp327 PrintMessage(errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors); local
317 PrintMessage(raw_ostream &OS, SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, bool ShowColors) const argument
324 PrintMessage(SMLoc Loc, SourceMgr::DiagKind Kind, const Twine &Msg, ArrayRef<SMRange> Ranges, ArrayRef<SMFixIt> FixIts, bool ShowColors) const argument
354 buildFixItLine(std::string &CaretLine, std::string &FixItLine, ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp486 SmallVector<FixItHint, 12> FixIts; local
524 S.Diag(Loc, diag_message) << ReferringDecl << Message << FixIts; local
529 S.Diag(Loc, diag) << ReferringDecl << FixIts; local
534 S.Diag(Loc, diag_fwdclass_message) << ReferringDecl << FixIts; local
H A DSemaCodeComplete.cpp1591 std::vector<FixItHint> FixIts; member in class:__anon2036::CodeCompletionDeclConsumer
4725 std::vector<FixItHint> FixIts; local
H A DSemaType.cpp3008 FixItHint FixIts[5]; local
3030 << QualStr << NumQuals << FixIts[0] << FixIts[1] << FixIts[2] << FixIts[3]; local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h105 std::vector<StandaloneFixIt> FixIts; member in struct:clang::ASTUnit::StandaloneDiagnostic
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1109 StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID, StringRef Message, FullSourceLoc Loc, ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> FixIts) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2398 SmallVector<FixItHint, 2> FixIts; local

Completed in 271 milliseconds