Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp5316 static bool shouldDestroyTemporary(const InitializedEntity &Entity) { in shouldDestroyTemporary() function
6583 if (!MaybeBindToTemp && CreatedObject && shouldDestroyTemporary(Entity)) { in Perform()