Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaStmt.cpp829 StringRef PrevString, CurrString; in ActOnFinishSwitchStmt() local
836 CurrString = DeclRef->getDecl()->getName(); in ActOnFinishSwitchStmt()
841 if (PrevString == CurrString) in ActOnFinishSwitchStmt()
849 (CurrString.empty() ? CaseValStr.str() : CurrString) << in ActOnFinishSwitchStmt()