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
34 /// The CanQual template is a lightweight smart pointer that provides access
40 /// BuiltinType, etc.). The type stored within @c CanQual<T> will be of that
42 /// a shorthand for @c CanQual<Type>.
44 /// An instance of @c CanQual<T> can be implicitly converted to a
45 /// @c CanQual<U> when T is derived from U, which essentially provides an
46 /// implicit upcast. For example, @c CanQual<LValueReferenceType> can be
47 /// converted to @c CanQual<ReferenceType>. Note that any @c CanQual type can
53 class CanQual { class in namespace:clang
59 CanQual() : Stored() { } function in class:clang::CanQual
[all...]

Completed in 99 milliseconds