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

/external/clang/include/clang/Basic/
H A DDiagnostic.h77 static FixItHint CreateInsertion(SourceLocation InsertionLoc, argument
82 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);
90 static FixItHint CreateInsertionFromRange(SourceLocation InsertionLoc, argument
95 CharSourceRange::getCharRange(InsertionLoc, InsertionLoc);

Completed in 105 milliseconds