HomeSort by: relevance | last modified time | path
    Searched refs:isAtCatchScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 424 /// isAtCatchScope - Return true if this scope is \@catch.
425 bool isAtCatchScope() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4253 while (AtCatchParent && !AtCatchParent->isAtCatchScope())

Completed in 55 milliseconds