Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp49 CompleteObjectLocatorType(nullptr), CatchableTypeType(nullptr), in MicrosoftCXXABI()
704 if (CatchableTypeType) in getCatchableTypeType()
705 return CatchableTypeType; in getCatchableTypeType()
715 CatchableTypeType = llvm::StructType::create( in getCatchableTypeType()
717 return CatchableTypeType; in getCatchableTypeType()
824 llvm::StructType *CatchableTypeType; member in __anondeb872430111::MicrosoftCXXABI