Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp143 static bool isConsumableType(const QualType &QT) { in isConsumableType() function
194 assert(isConsumableType(QT)); in mapConsumableAttrState()
649 else if (isRValueRef(ParamType) || isConsumableType(ParamType)) in handleCall()
690 if (isConsumableType(RetType)) { in propagateReturnType()
776 if (!isConsumableType(ThisType)) in VisitCXXConstructExpr()
863 else if (isConsumableType(ParamType)) in VisitParmVarDecl()
866 isConsumableType(ParamType->getPointeeType())) in VisitParmVarDecl()
869 isConsumableType(ParamType->getPointeeType())) in VisitParmVarDecl()
917 if (isConsumableType(Var->getType())) { in VisitVarDecl()
1218 } else if (isConsumableType(ReturnType)) { in determineExpectedReturnState()