Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h487 bool NeedsScopeChecking() const { in NeedsScopeChecking() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp16133 if (FSI->NeedsScopeChecking() && !PP.isCodeCompletionEnabled()) in ActOnFinishFunctionBody()
H A DSemaExpr.cpp16155 if (getCurFunction()->NeedsScopeChecking() && in ActOnBlockStmtExpr()