Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTTypeTraits.cpp42 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf() function in clang::ast_type_traits::ASTNodeKind
46 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf() function in clang::ast_type_traits::ASTNodeKind
/external/llvm-project/clang/lib/AST/
DASTTypeTraits.cpp48 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf() function in ASTNodeKind
52 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf() function in ASTNodeKind
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DExceptionAnalyzer.cpp49 static bool isBaseOf(const Type *DerivedType, const Type *BaseType) { in isBaseOf() function