Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h344 void setHasIndirectGoto() { in setHasIndirectGoto() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h422 void setHasIndirectGoto() { in setHasIndirectGoto() function
/external/llvm-project/clang/lib/Sema/
DSema.cpp2027 FunctionScopes.back()->setHasIndirectGoto(); in setFunctionHasIndirectGoto()
/external/clang/lib/Sema/
DSemaStmt.cpp2646 getCurFunction()->setHasIndirectGoto(); in ActOnIndirectGotoStmt()