Searched refs:HasIndirectGoto (Results 1 - 2 of 2) 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),
/external/clang/lib/Sema/
H A DSema.cpp51 HasIndirectGoto = false;

Completed in 153 milliseconds