Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp406 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope() function in Sema
441 getCurCompoundScope().HasEmptyLoopBodies) { in ActOnCompoundStmt()
452 : getCurCompoundScope().InitialFPFeatures; in ActOnCompoundStmt()
1710 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnWhileStmt()
2192 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnForStmt()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2039 sema::CompoundScopeInfo &getCurCompoundScope() const;