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

/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp334 bool IsTokenRange = I->isTokenRange(); local
383 IsTokenRange));
/external/clang/include/clang/Basic/
H A DSourceLocation.h227 bool IsTokenRange; member in class:clang::SourceLocation::CharSourceRange
229 CharSourceRange() : IsTokenRange(false) {}
230 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {}
250 bool isTokenRange() const { return IsTokenRange; }
251 bool isCharRange() const { return !IsTokenRange; }

Completed in 2199 milliseconds