Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp55 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
73 return InterfaceKind::WithAlloc; in VisitRecordType()
77 return InterfaceKind::WithAlloc; in VisitMemberPointerType()
189 LookupInterface(ValuePrintingInfo[WithAlloc], Builtin[WithAlloc])) in ExtractValueFromExpr()
235 case InterfaceKind::WithAlloc: in ExtractValueFromExpr()
240 S.ActOnCallExpr(Scope, ValuePrintingInfo[InterfaceKind::WithAlloc], in ExtractValueFromExpr()