Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DEditsReceiver.h17 class CharSourceRange; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h229 CharSourceRange() : IsTokenRange(false) {} in CharSourceRange() function
230 CharSourceRange(SourceRange R, bool ITR) : Range(R), IsTokenRange(ITR) {} in CharSourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp174 CharSourceRange /*FilenameRange*/, in InclusionDirective() argument