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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2227 /// getTypeUnadjustedAlignInChars - Return the ABI-specified alignment of a type,
2230 CharUnits getTypeUnadjustedAlignInChars(QualType T) const;
2231 CharUnits getTypeUnadjustedAlignInChars(const Type *T) const;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
TargetInfo.cpp 5700 getContext().getTypeUnadjustedAlignInChars(Ty).getQuantity();
5908 CharUnits TyAlign = getContext().getTypeUnadjustedAlignInChars(Ty);
6448 Align = getContext().getTypeUnadjustedAlignInChars(Ty).getQuantity();
6534 TyAlign = getContext().getTypeUnadjustedAlignInChars(Ty).getQuantity();
6888 CharUnits TyAlignForABI = getContext().getTypeUnadjustedAlignInChars(Ty);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 2437 /// getTypeUnadjustedAlignInChars - Return the ABI-specified alignment of a
2440 CharUnits ASTContext::getTypeUnadjustedAlignInChars(QualType T) const {
2443 CharUnits ASTContext::getTypeUnadjustedAlignInChars(const Type *T) const {

Completed in 37 milliseconds