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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h225 class CharSourceRange { class in class:clang::SourceLocation
229 CharSourceRange() : IsTokenRange(false) {} function in class:clang::SourceLocation::CharSourceRange
230 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {} function in class:clang::SourceLocation::CharSourceRange

Completed in 92 milliseconds