HomeSort by: relevance | last modified time | path
    Searched defs:FixIt (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexCodeCompletion.cpp 341 const FixItHint &FixIt = FixIts[fixit_index];
345 FixIt.RemoveRange);
348 return cxstring::createRef(FixIt.CodeToInsert.c_str());
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
FrontendOptions.h 79 FixIt,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1502 std::string FixIt;
1506 FixIt = ", ";
1509 FixIt += "apply_to";
1512 FixIt += " = ";
1523 FixIt += "any(";
1531 FixIt += ", ";
1534 FixIt += attr::getSubjectMatchRuleSpelling(I.first);
1536 FixIt += ")";
1542 Diagnostic << FixItHint::CreateInsertion(FixItRange.getBegin(), FixIt);
1545 CharSourceRange::getCharRange(FixItRange), FixIt);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1941 std::string FixIt =
1944 << FixItHint::CreateInsertion(AtEnd, FixIt);
2235 // fixit stuff.
SemaChecking.cpp 7764 ArrayRef<FixItHint> Fixit = None);
7791 ArrayRef<FixItHint> Fixit = None);
8091 ArrayRef<FixItHint> FixIt) {
8093 Loc, IsStringLocation, StringRange, FixIt);
8122 /// \param FixIt optional fix it hint for the format string.
8127 Range StringRange, ArrayRef<FixItHint> FixIt) {
8131 D << FixIt;
8141 Note << FixIt;
8292 FixItHint fixit = local
8303 fixit);
    [all...]
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 438 return FixIt(range, value)
504 class FixIt(object):
506 A FixIt represents a transformation to be applied to the source to
516 return "<FixIt range %r, value %r>" % (self.range, self.value)
4208 'FixIt',
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2580 CXString FixIt = clang_getCompletionFixIt(completion_results, index, i,
2585 fprintf(file, " to \"%s\")", clang_getCString(FixIt));
2586 clang_disposeString(FixIt);
4690 fprintf(stderr, "FIXIT: (");

Completed in 73 milliseconds