Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp968 StringRef PrevString, CurrString; in ActOnFinishSwitchStmt() local
975 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
980 if (PrevString == CurrString) in ActOnFinishSwitchStmt()
988 << (CurrString.empty() ? StringRef(CaseValStr) : CurrString) in ActOnFinishSwitchStmt()