Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp51 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
542 if (CompleteObjectLocatorType) in getCompleteObjectLocatorType()
543 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
555 CompleteObjectLocatorType = in getCompleteObjectLocatorType()
557 return CompleteObjectLocatorType; in getCompleteObjectLocatorType()
838 llvm::StructType *CompleteObjectLocatorType; member in __anon9a42cb130111::MicrosoftCXXABI