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

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

Completed in 108 milliseconds