Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp136 case ConstructionContextItem::ElidedDestructorKind: { in createBoundTemporaryFromLayers()
197 case ConstructionContextItem::ElidedDestructorKind: { in createFromLayers()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h36 ElidedDestructorKind, enumerator
55 case ElidedDestructorKind: return "elide destructor"; in getKindAsString()
102 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {} in Data()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2395 ConstructionContextItem::ElidedDestructorKind); in processEndOfFunction()