Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1996 sema::CompoundScopeInfo &getCurCompoundScope() const;