Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp411 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope() function in Sema
446 getCurCompoundScope().HasEmptyLoopBodies) { in ActOnCompoundStmt()
457 : getCurCompoundScope().InitialFPFeatures; in ActOnCompoundStmt()
1733 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnWhileStmt()
2215 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnForStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10686 sema::CompoundScopeInfo &getCurCompoundScope() const;