Searched defs:isPolymorphic (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h157 virtual bool isPolymorphic() const { return false; } function in class:clang::ast_matchers::dynamic::internal::MatcherDescriptor
629 bool isPolymorphic() const override { return true; }
/external/clang/include/clang/AST/
H A DDeclCXX.h1139 bool isPolymorphic() const { return data().Polymorphic; } function in class:clang::CXXRecordDecl
1654 (hasDefinition() && isPolymorphic());

Completed in 109 milliseconds