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

  /external/v8/tools/clang/scripts/
apply_fixits.py 7 # that clang's -Xclang -fixit-recompile flag, which automatically applies fixits
37 FixIt = collections.namedtuple(
38 'FixIt', ('start_line', 'start_col', 'end_line', 'end_col', 'text'))
61 fixits[m.group('file')].append(FixIt(
69 for fixit in v:
70 if fixit.start_line != fixit.end_line:
71 print 'error: multiline fixits not supported! file: %s, fixit: %s' % (
72 k, fixit)
74 if fixit == last_fixit
    [all...]
  /external/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
FrontendOptions.h 42 FixIt, ///< Parse and apply any fixits to the source.
  /external/clang/bindings/python/clang/
cindex.py 358 return FixIt(range, value)
409 class FixIt(object):
411 A FixIt represents a transformation to be applied to the source to
421 return "<FixIt range %r, value %r>" % (self.range, self.value)
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 4712 FixItHint fixit = local
    [all...]
SemaDeclCXX.cpp     [all...]

Completed in 335 milliseconds