Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DParentVirtualCallCheck.cpp114 const auto *CastToTypePtr = Result.Nodes.getNodeAs<Type>("castToType"); in check() local
115 assert(CastToTypePtr); in check()
117 const auto *CastToType = CastToTypePtr->getAsCXXRecordDecl(); in check()