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

/external/clang/lib/AST/
H A DASTContext.cpp1514 /// getTypeAlignInChars - Return the ABI-specified alignment of a type, in
1516 CharUnits ASTContext::getTypeAlignInChars(QualType T) const { function in class:ASTContext
1519 CharUnits ASTContext::getTypeAlignInChars(const Type *T) const { function in class:ASTContext

Completed in 52 milliseconds