Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp405 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope() function in Sema
440 getCurCompoundScope().HasEmptyLoopBodies) { in ActOnCompoundStmt()
451 : getCurCompoundScope().InitialFPFeatures; in ActOnCompoundStmt()
1698 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnWhileStmt()
2182 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnForStmt()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1964 sema::CompoundScopeInfo &getCurCompoundScope() const;