Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp188 const Decl *StaticDecl = Call->getDecl(); in wasDifferentDeclUsedForInlining() local
190 if (!StaticDecl) in wasDifferentDeclUsedForInlining()
192 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl(); in wasDifferentDeclUsedForInlining()