Searched refs:getTypeInfoImpl (Results 1 – 2 of 2) sorted by relevance
2319 TypeInfo getTypeInfoImpl(const Type *T) const;
1702 Align = getTypeInfoImpl(T.getTypePtr()).Align; in getDeclAlign()1902 TypeInfo TI = getTypeInfoImpl(T); in getTypeInfo()1913 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { in getTypeInfoImpl() function in ASTContext