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
326 InitializedEntity Result(EK_CompoundLiteralInit, SourceLocation(), in InitializeCompoundLiteralInit()
347 if (Kind == EK_Temporary || Kind == EK_CompoundLiteralInit) in getTypeSourceInfo()
/external/clang/lib/Sema/
DSemaInit.cpp795 case InitializedEntity::EK_CompoundLiteralInit: in warnBracedScalarInit()
2669 case EK_CompoundLiteralInit: in getName()
2698 case EK_CompoundLiteralInit: in getDecl()
2718 case EK_CompoundLiteralInit: in allowsNRVO()
2749 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break; in dumpImpl()
4953 case InitializedEntity::EK_CompoundLiteralInit: in getAssignmentAction()
4976 case InitializedEntity::EK_CompoundLiteralInit: in shouldBindAsTemporary()
5010 case InitializedEntity::EK_CompoundLiteralInit: in shouldDestroyTemporary()
5094 case InitializedEntity::EK_CompoundLiteralInit: in getInitializationLoc()
5337 case InitializedEntity::EK_CompoundLiteralInit: in isExplicitTemporary()
[all …]