HomeSort by: relevance | last modified time | path
    Searched refs:getAlignOfGlobalVar (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2263 unsigned getAlignOfGlobalVar(QualType T) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2503 /// getAlignOfGlobalVar - Return the alignment in bits that should be given
2505 unsigned ASTContext::getAlignOfGlobalVar(QualType T) const {
2514 return toCharUnitsFromBits(getAlignOfGlobalVar(T));

Completed in 35 milliseconds