Home
last modified time | relevance | path

Searched refs:castToDerived (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/Analysis/
Dcasts.cpp93 SubTransparent *castToDerived(Transparent *TRef) { in castToDerived() function
98 castToDerived(reinterpret_cast<Transparent *>(ORef))->getNotInt(); in foo()
102 castToDerived(reinterpret_cast<Transparent *>(ORef))->getNotInt(); in foo()
/external/clang/lib/AST/
DExprConstant.cpp1213 bool castToDerived(const CXXRecordDecl *Derived) { in castToDerived() function
5377 if (!Result.castToDerived(Derived)) in VisitCastExpr()
5381 if (!Result.castToDerived(FinalTy->getAsCXXRecordDecl())) in VisitCastExpr()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1767 bool castToDerived(const CXXRecordDecl *Derived) { in castToDerived() function
9582 if (!Result.castToDerived(Derived)) in VisitCastExpr()
9586 if (!Result.castToDerived(FinalTy->getAsCXXRecordDecl())) in VisitCastExpr()