Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScope.h523 bool isCompoundStmtScope() const { in isCompoundStmtScope() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15869 while (!BlockScope->isCompoundStmtScope() && BlockScope->getParent()) in ImplicitlyDefineFunction()