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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp191 const Decl *StaticDecl = Call->getDecl(); local
193 if (!StaticDecl)
195 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl();

Completed in 298 milliseconds