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

/external/clang/include/clang/Sema/
H A DInitialization.h82 EK_CompoundLiteralInit, enumerator in enum:clang::InitializedEntity::EntityKind
142 /// \brief When Kind == EK_Temporary or EK_CompoundLiteralInit, the type
326 InitializedEntity Result(EK_CompoundLiteralInit, SourceLocation(),
347 if (Kind == EK_Temporary || Kind == EK_CompoundLiteralInit)
/external/clang/lib/Sema/
H A DSemaInit.cpp2636 case EK_CompoundLiteralInit:
2665 case EK_CompoundLiteralInit:
2685 case EK_CompoundLiteralInit:
2716 case EK_CompoundLiteralInit: OS << "CompoundLiteral";break;
4862 case InitializedEntity::EK_CompoundLiteralInit:
4885 case InitializedEntity::EK_CompoundLiteralInit:
4919 case InitializedEntity::EK_CompoundLiteralInit:
5003 case InitializedEntity::EK_CompoundLiteralInit:
5243 case InitializedEntity::EK_CompoundLiteralInit:
5419 case InitializedEntity::EK_CompoundLiteralInit
[all...]

Completed in 147 milliseconds