Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmt.cpp1357 StringRef PrevString, CurrString; in ActOnFinishSwitchStmt() local
1364 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
1369 if (PrevString == CurrString) in ActOnFinishSwitchStmt()
1377 << (CurrString.empty() ? CaseValStr.str() : CurrString) in ActOnFinishSwitchStmt()