Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h112 EK_CompoundLiteralInit, enumerator
434 InitializedEntity Result(EK_CompoundLiteralInit, SourceLocation(), in InitializeCompoundLiteralInit()
454 if (Kind == EK_Temporary || Kind == EK_CompoundLiteralInit) in getTypeSourceInfo()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp1175 case InitializedEntity::EK_CompoundLiteralInit: in warnBracedScalarInit()
3372 case EK_CompoundLiteralInit: in getName()
3406 case EK_CompoundLiteralInit: in getDecl()
3430 case EK_CompoundLiteralInit: in allowsNRVO()
3468 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break; in dumpImpl()
6475 case InitializedEntity::EK_CompoundLiteralInit: in getAssignmentAction()
6501 case InitializedEntity::EK_CompoundLiteralInit: in shouldBindAsTemporary()
6542 case InitializedEntity::EK_CompoundLiteralInit: in shouldDestroyEntity()
6582 case InitializedEntity::EK_CompoundLiteralInit: in getInitializationLoc()
6842 case InitializedEntity::EK_CompoundLiteralInit: in isExplicitTemporary()
[all …]