HomeSort by relevance Sort by last modified time
    Searched refs:getDeclAlign (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 31 CharUnits alignment = Context.getDeclAlign(&D);
143 unsigned Alignment = getContext().getDeclAlign(&D).getQuantity();
CGDecl.cpp 193 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
307 var->setAlignment(getContext().getDeclAlign(&D).getQuantity());
771 CharUnits alignment = getContext().getDeclAlign(&D);
    [all...]
CGBlocks.cpp 389 CharUnits align = C.getDeclAlign(variable);
766 getContext().getDeclAlign(variable)),
    [all...]
CGException.cpp     [all...]
CGExpr.cpp     [all...]
CGCall.cpp     [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp 717 /// getDeclAlign - Return a conservative estimate of the alignment of the
722 CharUnits ASTContext::getDeclAlign(const Decl *D, bool RefAsPointee) const {
    [all...]

Completed in 409 milliseconds