Searched defs:getCatchAllTypeInfo (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ | ||
D | CGObjCRuntime.h | 147 virtual CatchTypeInfo getCatchAllTypeInfo() { return { nullptr, 0 }; } in getCatchAllTypeInfo() function |
D | CGCXXABI.cpp | 289 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI |
D | CGObjCGNU.cpp | 1525 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anon75da02000111::CGObjCGNUstep2 |
D | MicrosoftCXXABI.cpp | 133 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anonc49886030111::MicrosoftCXXABI |
/external/clang/lib/CodeGen/ | ||
D | CGCXXABI.cpp | 326 CatchTypeInfo CGCXXABI::getCatchAllTypeInfo() { in getCatchAllTypeInfo() function in CGCXXABI |
D | MicrosoftCXXABI.cpp | 132 CatchTypeInfo getCatchAllTypeInfo() override { in getCatchAllTypeInfo() function in __anone5681bf50111::MicrosoftCXXABI |