Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp762 const CXXRecordDecl *getCXXRecordDecl(ProgramStateRef State, in getCXXRecordDecl() function
777 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator()
793 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable()
808 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h447 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5883 const CXXRecordDecl *RD = DE.getCXXRecordDecl(); in print_elem()