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

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

Completed in 156 milliseconds