Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp136 case ConstructionContextItem::ElidedDestructorKind: { in createBoundTemporaryFromLayers()
203 case ConstructionContextItem::ElidedDestructorKind: { in createFromLayers()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h36 ElidedDestructorKind, enumerator
56 case ElidedDestructorKind: return "elide destructor"; in getKindAsString()
105 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {} in Data()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2940 ConstructionContextItem::ElidedDestructorKind); in processEndOfFunction()