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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 32 CharUnits alignment = Context.getDeclAlign(&D);
150 unsigned Alignment = getContext().getDeclAlign(&D).getQuantity();
CGDecl.cpp 196 GV->setAlignment(getContext().getDeclAlign(&D).getQuantity());
314 var->setAlignment(getContext().getDeclAlign(&D).getQuantity());
791 CharUnits alignment = getContext().getDeclAlign(&D);
    [all...]
CGBlocks.cpp 445 CharUnits align = C.getDeclAlign(variable);
    [all...]
CGExpr.cpp     [all...]
CGException.cpp     [all...]
CGCall.cpp     [all...]
CGClass.cpp 805 Alignment = CGF.getContext().getDeclAlign(FirstField);
    [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]

Completed in 57 milliseconds