Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp115 case ConstructionContextItem::NewAllocatorKind: { in createBoundTemporaryFromLayers()
176 case ConstructionContextItem::NewAllocatorKind: { in createFromLayers()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h32 NewAllocatorKind, enumerator
51 case NewAllocatorKind: return "construct into new-allocator"; in getKindAsString()
91 : Data(NE), Kind(NewAllocatorKind) {} in ConstructionContextItem()