Home
last modified time | relevance | path

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

/external/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()
/external/clang/include/clang/Analysis/
DCFG.h223 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h419 const CXXRecordDecl *getCXXRecordDecl() const { in getCXXRecordDecl() function
/external/clang/lib/Analysis/
DCFG.cpp4306 const CXXRecordDecl *RD = DE->getCXXRecordDecl(); in print_elem()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5571 const CXXRecordDecl *RD = DE.getCXXRecordDecl(); in print_elem()