Home
last modified time | relevance | path

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

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