Searched refs:ICall (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp887 const CXXInstanceCall *ICall = dyn_cast<CXXInstanceCall>(&Call); local
888 if (!ICall)
891 const CXXMethodDecl *MD = dyn_cast_or_null<CXXMethodDecl>(ICall->getDecl());

Completed in 98 milliseconds