Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DInitialization.h82 EK_CompoundLiteralInit, enumerator
327 InitializedEntity Result(EK_CompoundLiteralInit, SourceLocation(), in InitializeCompoundLiteralInit()
348 if (Kind == EK_Temporary || Kind == EK_CompoundLiteralInit) in getTypeSourceInfo()
/external/clang/lib/Sema/
DSemaInit.cpp928 case InitializedEntity::EK_CompoundLiteralInit: in warnBracedScalarInit()
2914 case EK_CompoundLiteralInit: in getName()
2943 case EK_CompoundLiteralInit: in getDecl()
2963 case EK_CompoundLiteralInit: in allowsNRVO()
2994 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break; in dumpImpl()
3688 if (Entity.getKind() == InitializedEntity::EK_CompoundLiteralInit) { in TryReferenceListInitialization()
5278 case InitializedEntity::EK_CompoundLiteralInit: in getAssignmentAction()
5301 case InitializedEntity::EK_CompoundLiteralInit: in shouldBindAsTemporary()
5335 case InitializedEntity::EK_CompoundLiteralInit: in shouldDestroyTemporary()
5414 case InitializedEntity::EK_CompoundLiteralInit: in getInitializationLoc()
[all …]