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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp186 const Decl *StaticDecl = Call->getDecl(); local
188 if (!StaticDecl)
190 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl();

Completed in 117 milliseconds