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

/external/clang/lib/AST/
H A DASTContext.cpp1820 /// getAlignOfGlobalVar - Return the alignment in bits that should be given
1822 unsigned ASTContext::getAlignOfGlobalVar(QualType T) const { function in class:ASTContext
1829 return toCharUnitsFromBits(getAlignOfGlobalVar(T));

Completed in 178 milliseconds