Searched defs:HasIndirectGoto (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScopeInfo.h85 bool HasIndirectGoto; member in class:clang::sema::FunctionScopeInfo
125 HasIndirectGoto = true;
129 return HasIndirectGoto ||
137 HasIndirectGoto(false),

Completed in 39 milliseconds