Searched defs:IsDerivedFrom (Results 1 – 3 of 3) sorted by relevance
| /external/llvm-project/clang/unittests/ASTMatchers/ |
| D | ASTMatchersNarrowingTest.cpp | 469 TEST_P(ASTMatchersTest, IsDerivedFrom) { in TEST_P() argument
|
| /external/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 1668 bool Sema::IsDerivedFrom(SourceLocation Loc, QualType Derived, QualType Base) { in IsDerivedFrom() function in Sema 1695 bool Sema::IsDerivedFrom(SourceLocation Loc, QualType Derived, QualType Base, in IsDerivedFrom() function in Sema
|
| /external/llvm-project/clang/lib/Sema/ |
| D | SemaDeclCXX.cpp | 2781 bool Sema::IsDerivedFrom(SourceLocation Loc, QualType Derived, QualType Base) { in IsDerivedFrom() function in Sema 2808 bool Sema::IsDerivedFrom(SourceLocation Loc, QualType Derived, QualType Base, in IsDerivedFrom() function in Sema
|