Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaStmt.cpp3467 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
3468 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
3469 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
3470 if (!AtCatchParent) in ActOnObjCAtThrowStmt()
/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp3964 Scope *AtCatchParent = CurScope; in ActOnObjCAtThrowStmt() local
3965 while (AtCatchParent && !AtCatchParent->isAtCatchScope()) in ActOnObjCAtThrowStmt()
3966 AtCatchParent = AtCatchParent->getParent(); in ActOnObjCAtThrowStmt()
3967 if (!AtCatchParent) in ActOnObjCAtThrowStmt()