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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h250 class CharSourceRange { class in class:clang::SourceLocation
256 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {} function in class:clang::SourceLocation::CharSourceRange

Completed in 112 milliseconds