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

/external/clang/lib/AST/
H A DASTContext.cpp1153 std::pair<CharUnits, CharUnits> sizeAndAlign = getTypeInfoInChars(T);
1169 ASTContext::getTypeInfoInChars(const Type *T) const { function in class:ASTContext
1176 ASTContext::getTypeInfoInChars(QualType T) const { function in class:ASTContext
1177 return getTypeInfoInChars(T.getTypePtr());

Completed in 58 milliseconds