Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp239 const CXXRecordDecl *StaticDecl, in getOverridingFunction() argument
259 if (Base == StaticDecl || Base->isDerivedFrom(StaticDecl)) { in getOverridingFunction()
H A DContext.h78 const CXXRecordDecl *StaticDecl,
H A DInterp.h1924 const auto *StaticDecl = cast<CXXRecordDecl>(Func->getParentDecl()); in CallVirt() local
1927 DynamicDecl, StaticDecl, InitialFunction); in CallVirt()
/freebsd/contrib/llvm-project/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()