Home
last modified time | relevance | path

Searched defs: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
354 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function