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

/external/clang/include/clang/AST/
H A DASTContext.h1941 CanQualType getCanonicalType(QualType T) const { function in class:clang::ASTContext::DynTypedNodeList
1942 return CanQualType::CreateUnsafe(T.getCanonicalType());
1945 const Type *getCanonicalType(const Type *T) const { function in class:clang::ASTContext::DynTypedNodeList
1958 return getCanonicalType(T1) == getCanonicalType(T2);
1962 return getCanonicalType(T1) == getCanonicalType(T2);
1983 return getCanonicalType(T1).getTypePtr() ==
1984 getCanonicalType(T2).getTypePtr();
H A DType.h803 QualType getCanonicalType() const;
5092 inline QualType QualType::getCanonicalType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::QualType

Completed in 120 milliseconds