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.cpp442 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope() function in Sema
477 getCurCompoundScope().HasEmptyLoopBodies) { in ActOnCompoundStmt()
488 : getCurCompoundScope().InitialFPFeatures; in ActOnCompoundStmt()
1823 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnWhileStmt()
2321 getCurCompoundScope().setHasEmptyLoopBodies(); in ActOnForStmt()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10901 sema::CompoundScopeInfo &getCurCompoundScope() const;