OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CatchParam
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
257
if (const VarDecl *
CatchParam
= Handler.Variable) {
258
llvm::Type *CatchType = CGF.ConvertType(
CatchParam
->getType());
261
CGF.EmitAutoVarDecl(*
CatchParam
);
262
EmitInitOfCatchParam(CGF, CastExn,
CatchParam
);
ItaniumCXXABI.cpp
4426
const VarDecl &
CatchParam
,
4433
CGF.CGM.getContext().getCanonicalType(
CatchParam
.getType());
4557
const Expr *copyExpr =
CatchParam
.getInit();
4581
CGF.MakeAddrLValue(adjustedExn,
CatchParam
.getType()));
4631
VarDecl *
CatchParam
= S->getExceptionDecl();
4632
if (!
CatchParam
) {
4639
CodeGenFunction::AutoVarEmission var = CGF.EmitAutoVarAlloca(*
CatchParam
);
4640
InitCatchParam(CGF, *
CatchParam
, var.getObjectAddress(CGF), S->getBeginLoc());
CGObjCMac.cpp
4794
const VarDecl *
CatchParam
= CatchStmt->getCatchParamDecl();
4798
if (!
CatchParam
) {
4801
OPT =
CatchParam
->getType()->getAs<ObjCObjectPointerType>();
4815
if (
CatchParam
) {
4816
CGF.EmitAutoVarDecl(*
CatchParam
);
4820
EmitInitOfCatchParam(CGF, Caught,
CatchParam
);
4860
CGF.EmitAutoVarDecl(*
CatchParam
);
4866
CGF.ConvertType(
CatchParam
->getType()));
4867
EmitInitOfCatchParam(CGF, Tmp,
CatchParam
);
MicrosoftCXXABI.cpp
895
VarDecl *
CatchParam
= S->getExceptionDecl();
903
if (!
CatchParam
|| !
CatchParam
->getDeclName()) {
908
CodeGenFunction::AutoVarEmission var = CGF.EmitAutoVarAlloca(*
CatchParam
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h
728
if (const VarDecl *
CatchParam
= Node->getCatchParamDecl())
729
Visit(
CatchParam
);
Completed in 55 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026