Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h31 template<typename T> class CanProxy; variable
355 CanProxy(CanQual<T> Stored) { this->Stored = Stored; } in CanProxy() function