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

/external/clang/include/clang/Basic/
H A DDiagnostic.h89 /// code from \p FromRange at a specific location.
91 CharSourceRange FromRange,
96 Hint.InsertFromRange = FromRange;
90 CreateInsertionFromRange(SourceLocation InsertionLoc, CharSourceRange FromRange, bool BeforePreviousInsertions = false) argument
/external/clang/lib/AST/
H A DASTImporter.cpp4889 SourceRange ASTImporter::Import(SourceRange FromRange) { argument
4890 return SourceRange(Import(FromRange.getBegin()), Import(FromRange.getEnd()));

Completed in 1244 milliseconds