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

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

Completed in 74 milliseconds