Home
last modified time | relevance | path

Searched refs:getVirtualBaseIndex (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
DCGRecordLayout.h198 unsigned getVirtualBaseIndex(const CXXRecordDecl *base) const { in getVirtualBaseIndex() function
DCGExprConstant.cpp1570 unsigned fieldIndex = layout.getVirtualBaseIndex(base); in EmitNullConstant()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayout.h210 unsigned getVirtualBaseIndex(const CXXRecordDecl *base) const { in getVirtualBaseIndex() function
DCGExprConstant.cpp2267 unsigned fieldIndex = layout.getVirtualBaseIndex(base); in EmitNullConstant()
DCGOpenMPRuntime.cpp8173 unsigned FieldIndex = RL.getVirtualBaseIndex(Base); in getPlainLayout()