Searched defs:isBaseOf (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ | ||
D | ASTTypeTraits.cpp | 42 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf() function in clang::ast_type_traits::ASTNodeKind |
/external/llvm-project/clang/lib/AST/ | ||
D | ASTTypeTraits.cpp | 48 bool ASTNodeKind::isBaseOf(ASTNodeKind Other, unsigned *Distance) const { in isBaseOf() function in ASTNodeKind |
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ | ||
D | ExceptionAnalyzer.cpp | 49 static bool isBaseOf(const Type *DerivedType, const Type *BaseType) { in isBaseOf() function |