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

  /external/clang/lib/CodeGen/
CGDecl.cpp 208 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
325 var->setAlignment(getContext().getDeclAlign(&D).getQuantity());
834 CharUnits alignment = getContext().getDeclAlign(&D);
    [all...]
CGDeclCXX.cpp 32 CharUnits alignment = Context.getDeclAlign(&D);
151 unsigned Alignment = getContext().getDeclAlign(&D).getQuantity();
CGBlocks.cpp 442 CharUnits align = C.getDeclAlign(variable);
753 CharUnits align = getContext().getDeclAlign(variable);
    [all...]
CGExpr.cpp     [all...]
CGException.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGCall.cpp     [all...]
CGClass.cpp 795 Alignment = CGF.getContext().getDeclAlign(FirstField);
    [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.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     [all...]

Completed in 254 milliseconds