Home
last modified time | relevance | path

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

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