Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp25 const auto MatchRef = "matchref"; variable
71 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
74 const VarDecl *VD = Match.getNodeAs<VarDecl>(MatchRef); in getWidenedLoopState()
/llvm-project-15.0.7/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1308 StringRef MatchRef = Match; in getRspQuoting() local
1309 if (MatchRef == "posix") in getRspQuoting()
1311 else if (MatchRef == "windows") in getRspQuoting()