Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dprimitives.d650 static struct CharRange struct
660 CharRange c; argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dprimitives.d790 static struct CharRange struct
800 CharRange c; argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransformActions.cpp64 struct CharRange { struct in __anon518461200111::TransformActionsImpl
65 FullSourceLoc Begin, End;
67 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) { in CharRange() argument
80 RangeComparison compareWith(const CharRange &RHS) const { in compareWith()
97 static RangeComparison compare(SourceRange LHS, SourceRange RHS, in compare()