Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp25 const auto MatchRef = "matchref"; variable
73 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
76 const VarDecl *VD = Match.getNodeAs<VarDecl>(MatchRef); in getWidenedLoopState()
/src/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1324 StringRef MatchRef = Match; in getRspQuoting() local
1325 if (MatchRef == "posix") in getRspQuoting()
1327 else if (MatchRef == "windows") in getRspQuoting()