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

/external/clang/include/clang/AST/
H A DCanonicalType.h10 // This file defines the CanQual class template, which provides access to
33 /// The CanQual template is a lightweight smart pointer that provides access
39 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
41 /// a shorthand for @c CanQual<Type>.
43 /// An instance of @c CanQual<T> can be implicitly converted to a
44 /// @c CanQual<U> when T is derived from U, which essentially provides an
45 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
46 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
52 class CanQual { class in namespace:clang
58 CanQual() : Stored() { } function in class:clang::CanQual
[all...]

Completed in 53 milliseconds