Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
698 if (CatchableTypeType) in getCatchableTypeType()
699 return CatchableTypeType; in getCatchableTypeType()
709 CatchableTypeType = llvm::StructType::create( in getCatchableTypeType()
711 return CatchableTypeType; in getCatchableTypeType()
818 llvm::StructType *CatchableTypeType; member in __anonb3a31e5e0111::MicrosoftCXXABI