OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRange
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp
41
template <typename SIZE> class
TRange
{
45
TRange
(typename SIZE::ptr_t location, typename SIZE::size_t length) : _location(location), _length(length) { }
47
template <typename SIZE, typename T> class TRangeValue : public
TRange
<SIZE> {
50
TRangeValue(typename SIZE::ptr_t location, typename SIZE::size_t length, T value) :
TRange
<SIZE>(location, length), _value(value) {};
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 94 milliseconds