Home
last modified time | relevance | path

Searched defs:IsPolymorphic (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp705 bool IsPolymorphic = Matcher.isPolymorphic(); getMatcherCompletions() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp164 bool IsPolymorphic = false; in reportPointerArithMisuse() local
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc828 TEST(EqTest, IsPolymorphic) { in TEST() argument