Home
last modified time | relevance | path

Searched refs:setHasBranchProtectedScope (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaOpenMP.cpp1219 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPParallelDirective()
1768 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSimdDirective()
1784 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPForDirective()
1817 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSectionsDirective()
1828 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSectionDirective()
1837 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPSingleDirective()
1861 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPParallelForDirective()
1895 getCurFunction()->setHasBranchProtectedScope(); in ActOnOpenMPParallelSectionsDirective()
DSemaStmt.cpp3055 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtTryStmt()
3129 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAtSynchronizedStmt()
3145 getCurFunction()->setHasBranchProtectedScope(); in ActOnObjCAutoreleasePoolStmt()
3235 getCurFunction()->setHasBranchProtectedScope(); in ActOnCXXTryBlock()
3253 getCurFunction()->setHasBranchProtectedScope(); in ActOnSEHTryBlock()
DSemaDecl.cpp4799 getCurFunction()->setHasBranchProtectedScope(); in CheckTypedefForVariablyModifiedType()
6007 getCurFunction()->setHasBranchProtectedScope(); in CheckVariableDeclarationType()
8447 getCurFunction()->setHasBranchProtectedScope(); in AddInitializerToDecl()
8935 getCurFunction()->setHasBranchProtectedScope(); in ActOnUninitializedDecl()
9059 getCurFunction()->setHasBranchProtectedScope(); in CheckCompleteVariableDeclaration()
DSemaExpr.cpp10685 getCurFunction()->setHasBranchProtectedScope(); in ActOnBlockStmtExpr()
/external/clang/include/clang/Sema/
DScopeInfo.h311 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function