Home
last modified time | relevance | path

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

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