Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h482 bool isCompoundStmtScope() const { in isCompoundStmtScope() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14806 while (!BlockScope->isCompoundStmtScope() && BlockScope->getParent()) in ImplicitlyDefineFunction()