HomeSort by relevance Sort by last modified time
    Searched defs:FixIts (Results 1 - 6 of 6) sorted by null

  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 55 /// \brief Return the number of FixIts.
85 std::vector<std::pair<CXSourceRange, const char *> > FixIts;
  /external/llvm/include/llvm/Support/
SourceMgr.h 164 ArrayRef<SMFixIt> FixIts = None,
170 ArrayRef<SMFixIt> FixIts = None,
187 ArrayRef<SMFixIt> FixIts = None) const;
241 SmallVector<SMFixIt, 4> FixIts;
257 ArrayRef<SMFixIt> FixIts = None);
272 FixIts.push_back(Hint);
276 return FixIts;
  /external/llvm/lib/Support/
SourceMgr.cpp 138 ArrayRef<SMFixIt> FixIts) const {
195 LineStr, ColRanges, FixIts);
218 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
219 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
224 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
225 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
239 FixIts(Hints.begin(), Hints.end()) {
240 std::sort(FixIts.begin(), FixIts.end());
244 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine)
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 82 std::vector<StandaloneFixIt> FixIts;
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 70 milliseconds