Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
717 if (CatchableTypeType) in getCatchableTypeType()
718 return CatchableTypeType; in getCatchableTypeType()
728 CatchableTypeType = llvm::StructType::create( in getCatchableTypeType()
730 return CatchableTypeType; in getCatchableTypeType()
837 llvm::StructType *CatchableTypeType; member in __anon063cb12a0111::MicrosoftCXXABI