Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h102 bool HasIndirectGoto; variable
323 HasIndirectGoto = true; in setHasIndirectGoto()
342 (HasIndirectGoto || in NeedsScopeChecking()
350 HasIndirectGoto(false), in FunctionScopeInfo()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScopeInfo.cpp29 HasIndirectGoto = false; in Clear()