OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaughtType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp
627
QualType
CaughtType
= CGM.getContext().getUnqualifiedArrayType(
631
if (
CaughtType
->isObjCObjectPointerType())
632
TypeInfo.RTTI = CGM.getObjCRuntime().GetEHType(
CaughtType
);
635
CaughtType
, C->getCaughtType());
ItaniumCXXABI.cpp
4439
QualType
CaughtType
= cast<ReferenceType>(CatchType)->getPointeeType();
4440
bool EndCatchMightThrow =
CaughtType
->isRecordType();
4448
if (const PointerType *PT = dyn_cast<PointerType>(
CaughtType
)) {
Completed in 21 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026