Home
last modified time | relevance | path

Searched defs:case_begin (Results 1 – 1 of 1) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/SandboxIR/
DSandboxIR.h2158 CaseIt case_begin() { return CaseIt(this, 0); } in case_begin() function
2159 ConstCaseIt case_begin() const { return ConstCaseIt(this, 0); } in case_begin() function