Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp2650 SmallVector<StringRef, 16> LocalPatternVars, LocalNumericVars; in clearLocalVars() local
2653 LocalPatternVars.push_back(Var.first()); in clearLocalVars()
2667 for (const auto &Var : LocalPatternVars) in clearLocalVars()