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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1847 unsigned getAlignOfGlobalVar(QualType T) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1932 /// getAlignOfGlobalVar - Return the alignment in bits that should be given
1934 unsigned ASTContext::getAlignOfGlobalVar(QualType T) const { function in class:ASTContext
1941 return toCharUnitsFromBits(getAlignOfGlobalVar(T));

Completed in 128 milliseconds