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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2213 unsigned getTypeAlignIfKnown(QualType T,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 1829 getContext().toCharUnitsFromBits(getContext().getTypeAlignIfKnown(
CodeGenModule.cpp 4578 Context.getTypeAlignIfKnown(D->getType()) >
6331 // FIXME: This duplicates logic in ASTContext::getTypeAlignIfKnown. But
6353 // ASTContext::getTypeAlignIfKnown, but nothing uses the alignment if the
6355 // getTypeAlignIfKnown, but that doesn't return the information we need
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1678 S.getASTContext().getTypeAlignIfKnown(AllocType) >
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1871 unsigned ASTContext::getTypeAlignIfKnown(QualType T,

Completed in 418 milliseconds