Home
last modified time | relevance | path

Searched refs:HasIndirectGoto (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Sema/
DScopeInfo.h119 bool HasIndirectGoto : 1; variable
373 HasBranchIntoScope(false), HasIndirectGoto(false), in FunctionScopeInfo()
423 HasIndirectGoto = true; in setHasIndirectGoto()
454 (HasIndirectGoto || in NeedsScopeChecking()
/external/clang/lib/Sema/
DScopeInfo.cpp29 HasIndirectGoto = false; in Clear()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp28 HasIndirectGoto = false; in Clear()