Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h581 bool isCompoundStmtScope() const { in isCompoundStmtScope() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16255 while (!BlockScope->isCompoundStmtScope() && BlockScope->getParent()) in ImplicitlyDefineFunction()