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

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1641 unsigned getAlignOfGlobalVar(QualType T) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1775 /// getAlignOfGlobalVar - Return the alignment in bits that should be given
1777 unsigned ASTContext::getAlignOfGlobalVar(QualType T) const { function in class:ASTContext
1784 return toCharUnitsFromBits(getAlignOfGlobalVar(T));

Completed in 141 milliseconds