Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp133 case ConstructionContextItem::TemporaryDestructorKind: { in createBoundTemporaryFromLayers()
191 case ConstructionContextItem::TemporaryDestructorKind: { in createFromLayers()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h35 TemporaryDestructorKind, enumerator
54 case TemporaryDestructorKind: return "destroy temporary"; in getKindAsString()
102 Kind(IsElided ? ElidedDestructorKind : TemporaryDestructorKind) {} in Data()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp469 ConstructionContextItem::TemporaryDestructorKind); in addObjectUnderConstruction()
2393 ConstructionContextItem::TemporaryDestructorKind || in processEndOfFunction()