Searched refs:isAtCatchScope (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h353 /// isAtCatchScope - Return true if this scope is \@catch.
354 bool isAtCatchScope() const { function in class:clang::Scope
/external/clang/lib/Sema/
H A DSemaStmt.cpp3096 while (AtCatchParent && !AtCatchParent->isAtCatchScope())

Completed in 1881 milliseconds