Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DContainerModeling.cpp776 const CXXRecordDecl *getCXXRecordDecl(ProgramStateRef State, in getCXXRecordDecl() function
791 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator()
807 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable()
822 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DCFG.h419 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DCFG.cpp5584 const CXXRecordDecl *RD = DE.getCXXRecordDecl(); in print_elem()