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

  /external/clang/include/clang/Basic/
Diagnostic.h 75 static FixItHint CreateInsertion(SourceLocation InsertionLoc,
80 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);
88 static FixItHint CreateInsertionFromRange(SourceLocation InsertionLoc,
93 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 60 class InsertionLoc:
66 return "InsertionLoc(%r, %r)" % (self.of, self.pos)
74 return InsertionLoc(of, Enum('bgng'))
77 return InsertionLoc(of, Enum('end '))
aepack.py 322 return aetypes.InsertionLoc(dict[keyAEObject], dict[keyAEPosition])

Completed in 63 milliseconds