Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1392 StringRef PrevString, CurrString; in ActOnFinishSwitchStmt() local
1399 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
1404 if (PrevString == CurrString) in ActOnFinishSwitchStmt()
1412 << (CurrString.empty() ? CaseValStr.str() : CurrString) in ActOnFinishSwitchStmt()