Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp192 const Decl *StaticDecl = Call->getDecl(); in wasDifferentDeclUsedForInlining() local
194 if (!StaticDecl) in wasDifferentDeclUsedForInlining()
196 return RuntimeCallee->getCanonicalDecl() != StaticDecl->getCanonicalDecl(); in wasDifferentDeclUsedForInlining()