Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCXX/
H A D2010-07-23-DeclLoc.cpp42 template <typename SIZE> class TRange { class
46 TRange(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { } in TRange() function in TRange
/llvm-project/clang/unittests/Rewrite/
H A DRewriterTest.cpp22 CharSourceRange TRange; // extends CRange to whole tokens member
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13026 CheckCastAlign(Expr * Op,QualType T,SourceRange TRange) CheckCastAlign() argument