Home
last modified time | relevance | path

Searched defs:ConstructionContextItem (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h87 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem() function
90 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem() function
93 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem() function
96 ConstructionContextItem(const MaterializeTemporaryExpr *MTE) in ConstructionContextItem() function
104 ConstructionContextItem(const CXXConstructExpr *CE) in ConstructionContextItem() function
107 ConstructionContextItem(const CallExpr *CE, unsigned Index) in ConstructionContextItem() function
110 ConstructionContextItem(const CXXConstructExpr *CE, unsigned Index) in ConstructionContextItem() function
113 ConstructionContextItem(const CXXInheritedCtorInitExpr *CE, unsigned Index) in ConstructionContextItem() function
116 ConstructionContextItem(const ObjCMessageExpr *ME, unsigned Index) in ConstructionContextItem() function
120 ConstructionContextItem(const Expr *E, unsigned Index) in ConstructionContextItem() function
[all …]