Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp368 const CXXRecordDecl *StaticDecl, in getOverridingFunction() argument
371 assert(StaticDecl); in getOverridingFunction()
391 if (Base == StaticDecl || Base->isDerivedFrom(StaticDecl)) { in getOverridingFunction()
H A DContext.h92 const CXXRecordDecl *StaticDecl,
H A DInterp.cpp1595 const auto *StaticDecl = cast<CXXRecordDecl>(Func->getParentDecl()); in CallVirt() local
1598 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()
/freebsd/contrib/llvm-project/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()