Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h31 template<typename T> class CanProxy; variable
121 template<typename U> CanProxy<U> getAs() const;
123 template<typename U> CanProxy<U> castAs() const;
127 CanProxy<T> operator->() const;
259 template<typename U> CanProxy<U> getAs() const { in getAs()
350 class CanProxy : public CanProxyAdaptor<T> {
353 CanProxy() = default;
356 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function
410 CanProxy<Type>, CanQualType> {
416 CanProxy<Type> operator->() const;
[all …]