Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheck.cpp2778 SmallVector<StringRef, 16> LocalPatternVars, LocalNumericVars; in clearLocalVars() local
2781 LocalPatternVars.push_back(Var.first()); in clearLocalVars()
2795 for (const auto &Var : LocalPatternVars) in clearLocalVars()