Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp547 llvm::ArrayRef<llvm::Type *> FieldTypesRef(FieldTypes); in getCompleteObjectLocatorType() local
549 FieldTypesRef = FieldTypesRef.drop_back(); in getCompleteObjectLocatorType()
550 CompleteObjectLocatorType->setBody(FieldTypesRef); in getCompleteObjectLocatorType()