Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp771 const CXXRecordDecl *getCXXRecordDecl(ProgramStateRef State, in getCXXRecordDecl() function
790 const auto *CRD = getCXXRecordDecl(State, Reg); in hasSubscriptOperator()
806 const auto *CRD = getCXXRecordDecl(State, Reg); in frontModifiable()
821 const auto *CRD = getCXXRecordDecl(State, Reg); in backModifiable()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h448 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5338 CXXRecordDecl *MemberPointerType::getCXXRecordDecl() const { in getCXXRecordDecl() function in MemberPointerType
5345 auto *RD = getCXXRecordDecl(); in getMostRecentCXXRecordDecl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3626 Profile(ID, getPointeeType(), getQualifier(), getCXXRecordDecl());
3638 CXXRecordDecl *getCXXRecordDecl() const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5993 const CXXRecordDecl *RD = DE.getCXXRecordDecl(); in print_elem()