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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2223 CharUnits getPreferredTypeAlignInChars(QualType T) const {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 1578 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType);
ItaniumCXXABI.cpp 2181 CGM.getContext().getPreferredTypeAlignInChars(elementType));
2198 std::max(SizeSize, Ctx.getPreferredTypeAlignInChars(ElementType));

Completed in 23 milliseconds