Searched defs:InsertionLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h75 static FixItHint CreateInsertion(SourceLocation InsertionLoc, argument
80 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);
88 static FixItHint CreateInsertionFromRange(SourceLocation InsertionLoc, argument
93 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);

Completed in 46 milliseconds