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

  /external/clang/include/clang/Frontend/
FrontendOptions.h 35 FixIt, ///< Parse and apply any fixits to the source.
  /external/clang/bindings/python/clang/
cindex.py 267 return FixIt(range, value)
301 class FixIt(object):
303 A FixIt represents a transformation to be applied to the source to
313 return "<FixIt range %r, value %r>" % (self.range, self.value)
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 2194 FixItHint fixit = local
    [all...]

Completed in 238 milliseconds