Home
last modified time | relevance | path

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

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