Home
last modified time | relevance | path

Searched defs:baseLayout (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp83 auto &baseLayout = getContext().getASTRecordLayout(vbaseClass); in getVBaseAlignment() local
99 auto &baseLayout = getContext().getASTRecordLayout(baseDecl); in getDynamicOffsetAlignment() local
H A DCGExprConstant.cpp2547 const CGRecordLayout &baseLayout = CGM.getTypes().getCGRecordLayout(base); EmitNullConstantForBase() local