Home
last modified time | relevance | path

Searched refs:getNonVirtualBaseLLVMFieldNo (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayout.h214 unsigned getNonVirtualBaseLLVMFieldNo(const CXXRecordDecl *RD) const { in getNonVirtualBaseLLVMFieldNo() function
H A DCGExprConstant.cpp2537 unsigned fieldIndex = layout.getNonVirtualBaseLLVMFieldNo(base); in EmitNullConstant()
H A DCGOpenMPRuntime.cpp7748 unsigned FieldIndex = RL.getNonVirtualBaseLLVMFieldNo(Base); in getPlainLayout()