Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DIRMatchers.h125 return matchEntity(*V, MC); in match()
128 virtual bool matchEntity(const T &M, MatcherContext &C) = 0;
137 bool matchEntity(const T &M, MatcherContext &C) override { return true; } in matchEntity() function
149 bool matchEntity(const T &V, MatcherContext &C) override { in matchEntity() function
164 bool matchEntity(const T &V, MatcherContext &C) override { in matchEntity() function
255 bool matchEntity(const Value &V, MatcherContext &C) override { in matchEntity() function
302 bool matchEntity(const Value &V, MatcherContext &Ctx) override { in matchEntity() function
318 bool matchEntity(const Metadata &M, MatcherContext &C) override { in matchEntity() function
337 bool matchEntity(const Metadata &M, MatcherContext &C) override { in matchEntity() function