Home
last modified time | relevance | path

Searched refs:CanProxy (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DCanonicalType.h24 template<typename T> class CanProxy; variable
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 { in getAs()
333 class CanProxy : public CanProxyAdaptor<T> {
336 CanProxy() { } in CanProxy() function
339 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function
391 CanProxy<Type>, CanQualType> {
397 CanProxy<Type> operator->() const;
[all …]