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

/external/clang/lib/AST/
H A DASTContext.cpp1760 /// getTypeAlignInChars - Return the ABI-specified alignment of a type, in
1762 CharUnits ASTContext::getTypeAlignInChars(QualType T) const { function in class:ASTContext
1765 CharUnits ASTContext::getTypeAlignInChars(const Type *T) const { function in class:ASTContext
8119 CharUnits alignChars = getTypeAlignInChars(AtomicTy);

Completed in 195 milliseconds