Home
last modified time | relevance | path

Searched refs:InsertionLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
DDiagnostic.h78 static FixItHint CreateInsertion(SourceLocation InsertionLoc,
83 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);
91 static FixItHint CreateInsertionFromRange(SourceLocation InsertionLoc,
96 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);
/external/python/cpython2/Lib/plat-mac/
Daetypes.py60 class InsertionLoc: class
74 return InsertionLoc(of, Enum('bgng'))
77 return InsertionLoc(of, Enum('end '))
Daepack.py322 return aetypes.InsertionLoc(dict[keyAEObject], dict[keyAEPosition])
/external/python/cpython2/Doc/library/
Daetypes.rst56 .. class:: InsertionLoc(of, pos)