Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DConstructionContext.cpp73 ConstructionContextItem::ElidableConstructorKind); in createMaterializedTemporaryFromLayers()
139 case ConstructionContextItem::ElidableConstructorKind: { in createBoundTemporaryFromLayers()
200 case ConstructionContextItem::ElidableConstructorKind: { in createFromLayers()
DCFG.cpp1428 ConstructionContextItem::ElidableConstructorKind) { in findConstructionContexts()
/external/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h37 ElidableConstructorKind, enumerator
56 case ElidableConstructorKind: return "elide constructor"; in getKindAsString()
105 : Data(CE), Kind(ElidableConstructorKind) {} in ConstructionContextItem()