Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp25 const auto MatchRef = "matchref"; variable
72 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
75 const VarDecl *VD = Match.getNodeAs<VarDecl>(MatchRef); in getWidenedLoopState()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1157 StringRef MatchRef = Match; in getRspQuoting() local
1158 if (MatchRef == "posix") in getRspQuoting()
1160 else if (MatchRef == "windows") in getRspQuoting()