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 158 ArrayRef<SMFixIt> FixIts = None,
164 ArrayRef<SMFixIt> FixIts = None,
181 ArrayRef<SMFixIt> FixIts = None) const;
235 SmallVector<SMFixIt, 4> FixIts;
251 ArrayRef<SMFixIt> FixIts = None);
266 FixIts.push_back(Hint);
270 return FixIts;
  /external/llvm/lib/Support/
SourceMgr.cpp 145 ArrayRef<SMFixIt> FixIts) const {
202 LineStr, ColRanges, FixIts);
225 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
226 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors);
231 ArrayRef<SMFixIt> FixIts, bool ShowColors) const {
232 PrintMessage(llvm::errs(), Loc, Kind, Msg, Ranges, FixIts, ShowColors);
246 FixIts(Hints.begin(), Hints.end()) {
247 std::sort(FixIts.begin(), FixIts.end());
251 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 174 milliseconds