Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp728 const CXXRecordDecl *ParentRecord = getDeclForDynamicType().first; in getExtraInvalidatedValues()
761 CXXInstanceCall::getDeclForDynamicType() const { in getDeclForDynamicType() function in CXXInstanceCall
786 auto [RD, CanBeSubClass] = getDeclForDynamicType(); in getRuntimeDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h698 std::pair<const CXXRecordDecl *, bool> getDeclForDynamicType() const;