Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h90 ConstructionContextItem(const DeclStmt *DS) in ConstructionContextItem() function
93 ConstructionContextItem(const CXXNewExpr *NE) in ConstructionContextItem() function
96 ConstructionContextItem(const ReturnStmt *RS) in ConstructionContextItem() function
99 ConstructionContextItem(const MaterializeTemporaryExpr *MTE) in ConstructionContextItem() function
107 ConstructionContextItem(const CXXConstructExpr *CE) in ConstructionContextItem() function
110 ConstructionContextItem(const CallExpr *CE, unsigned Index) in ConstructionContextItem() function
113 ConstructionContextItem(const CXXConstructExpr *CE, unsigned Index) in ConstructionContextItem() function
116 ConstructionContextItem(const CXXInheritedCtorInitExpr *CE, unsigned Index) in ConstructionContextItem() function
119 ConstructionContextItem(const ObjCMessageExpr *ME, unsigned Index) in ConstructionContextItem() function
123 ConstructionContextItem(const Expr *E, unsigned Index) in ConstructionContextItem() function
[all …]