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

/external/clang/include/clang/AST/
H A DCanonicalType.h143 CanQual<T> getUnqualifiedType() const;
599 inline CanQual<T> CanQual<T>::getUnqualifiedType() const { function in class:clang::CanQual
H A DType.h845 /// Executing \c getUnqualifiedType() on the type \c DifferenceType will
851 inline QualType getUnqualifiedType() const;
856 /// Like getUnqualifiedType(), but also returns the set of
5342 inline QualType QualType::getUnqualifiedType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType
5420 if (getUnqualifiedType()->isVoidType())

Completed in 244 milliseconds