Home
last modified time | relevance | path

Searched refs:FnTryCatchScope (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h94 FnTryCatchScope = 0x4000, enumerator
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDIdentifierResolver.cpp127 if (S->getFlags() & Scope::FnTryCatchScope) in isDeclInScope()
/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp2566 (FnTry ? Scope::FnTryCatchScope : 0))); in ParseCXXTryBlockCommon()
2639 (FnCatch ? Scope::FnTryCatchScope : 0)); in ParseCXXCatchBlock()