Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp579 bool IsPolymorphic = Matcher.isPolymorphic(); in getMatcherCompletions() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp165 bool IsPolymorphic = false; in reportPointerArithMisuse() local
/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1038 TEST(EqTest, IsPolymorphic) { in TEST() argument