Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp61 bool ASTNodeKind::isBaseOf(ASTNodeKind Other) const { in isBaseOf() function in ASTNodeKind
65 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf() function in ASTNodeKind
69 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived) { in isBaseOf() function in ASTNodeKind
78 bool ASTNodeKind::isBaseOf(NodeKindId Base, NodeKindId Derived, in isBaseOf() function in ASTNodeKind
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp96 bool isBaseOf(const Type *DerivedType, const Type *BaseType) { in isBaseOf() function