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

/external/clang/include/clang/Sema/
H A DInitialization.h76 EK_ComplexElement, enumerator in enum:clang::InitializedEntity::EntityKind
154 /// EK_ComplexElement, the index of the array or vector element being
408 getKind() == EK_ComplexElement);
415 getKind() == EK_ComplexElement);
/external/clang/lib/Sema/
H A DSemaInit.cpp771 case InitializedEntity::EK_ComplexElement:
2624 Kind = EK_ComplexElement;
2667 case EK_ComplexElement:
2695 case EK_ComplexElement:
2723 case EK_ComplexElement:
2755 case EK_ComplexElement: OS << "ComplexElement " << Index; break;
4950 case InitializedEntity::EK_ComplexElement:
4972 case InitializedEntity::EK_ComplexElement:
4998 case InitializedEntity::EK_ComplexElement:
5092 case InitializedEntity::EK_ComplexElement
[all...]

Completed in 52 milliseconds