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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 41 FixIt, ///< Parse and apply any fixits to the source.
  /external/clang/bindings/python/clang/
cindex.py 335 return FixIt(range, value)
369 class FixIt(object):
371 A FixIt represents a transformation to be applied to the source to
381 return "<FixIt range %r, value %r>" % (self.range, self.value)
    [all...]

Completed in 42 milliseconds