Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDContainerModeling.cpp767 const CXXRecordDecl *getCXXRecordDecl(ProgramStateRef State, in getCXXRecordDecl() function
786 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator()
802 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable()
817 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h447 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDCFG.cpp5880 const CXXRecordDecl *RD = DE.getCXXRecordDecl(); in print_elem()