Home
last modified time | relevance | path

Searched refs:setHasBranchIntoScope (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h336 void setHasBranchIntoScope() { in setHasBranchIntoScope() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h414 void setHasBranchIntoScope() { in setHasBranchIntoScope() function
/external/clang/lib/Sema/
DSemaStmt.cpp671 getCurFunction()->setHasBranchIntoScope(); in ActOnStartOfSwitchStmt()
2619 getCurFunction()->setHasBranchIntoScope(); in ActOnGotoStmt()
/external/llvm-project/clang/lib/Sema/
DSema.cpp2017 FunctionScopes.back()->setHasBranchIntoScope(); in setFunctionHasBranchIntoScope()