Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h103 bool HasIndirectGoto : 1; variable
345 HasIndirectGoto = true; in setHasIndirectGoto()
372 (HasIndirectGoto || in NeedsScopeChecking()
380 HasIndirectGoto(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp29 HasIndirectGoto = false; in Clear()