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

/external/clang/include/clang/AST/
H A DCanonicalType.h24 template<typename T> class CanProxy;
108 template<typename U> CanProxy<U> getAs() const;
110 template<typename U> CanProxy<U> castAs() const;
114 CanProxy<T> operator->() const;
244 template<typename U> CanProxy<U> getAs() const {
329 /// The CanProxy type mainly exists as a proxy through which operator-> will
333 class CanProxy : public CanProxyAdaptor<T> { class in namespace:clang
336 CanProxy() { } function in class:clang::CanProxy
339 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } function in class:clang::CanProxy
391 typedef CanProxy<Typ
[all...]

Completed in 148 milliseconds