Home
last modified time | relevance | path

Searched refs:EK_CompoundLiteralInit (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Sema/
DInitialization.h113 EK_CompoundLiteralInit, enumerator
414 InitializedEntity Result(EK_CompoundLiteralInit, SourceLocation(), in InitializeCompoundLiteralInit()
434 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 …]
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp1147 case InitializedEntity::EK_CompoundLiteralInit: in warnBracedScalarInit()
3305 case EK_CompoundLiteralInit: in getName()
3338 case EK_CompoundLiteralInit: in getDecl()
3361 case EK_CompoundLiteralInit: in allowsNRVO()
3396 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break; in dumpImpl()
4233 if (Entity.getKind() == InitializedEntity::EK_CompoundLiteralInit) { in TryReferenceListInitialization()
6030 case InitializedEntity::EK_CompoundLiteralInit: in getAssignmentAction()
6055 case InitializedEntity::EK_CompoundLiteralInit: in shouldBindAsTemporary()
6095 case InitializedEntity::EK_CompoundLiteralInit: in shouldDestroyEntity()
6134 case InitializedEntity::EK_CompoundLiteralInit: in getInitializationLoc()
[all …]