Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp189 const Decl *StaticDecl = Call->getDecl(); in wasDifferentDeclUsedForInlining() local
191 if (!StaticDecl) in wasDifferentDeclUsedForInlining()
193 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl(); in wasDifferentDeclUsedForInlining()