Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1187 case InitializedEntity::EK_CompoundLiteralInit: in warnBracedScalarInit()
3482 case EK_CompoundLiteralInit: in getName()
3516 case EK_CompoundLiteralInit: in getDecl()
3540 case EK_CompoundLiteralInit: in allowsNRVO()
3578 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break; in dumpImpl()
6620 case InitializedEntity::EK_CompoundLiteralInit: in getAssignmentAction()
6646 case InitializedEntity::EK_CompoundLiteralInit: in shouldBindAsTemporary()
6687 case InitializedEntity::EK_CompoundLiteralInit: in shouldDestroyEntity()
6727 case InitializedEntity::EK_CompoundLiteralInit: in getInitializationLoc()
6986 case InitializedEntity::EK_CompoundLiteralInit: in isExplicitTemporary()
[all …]