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.cpp2591 Kind = EK_ComplexElement;
2634 case EK_ComplexElement:
2662 case EK_ComplexElement:
2690 case EK_ComplexElement:
2722 case EK_ComplexElement: OS << "ComplexElement " << Index; break;
4859 case InitializedEntity::EK_ComplexElement:
4881 case InitializedEntity::EK_ComplexElement:
4907 case InitializedEntity::EK_ComplexElement:
5001 case InitializedEntity::EK_ComplexElement:
5410 case InitializedEntity::EK_ComplexElement
[all...]

Completed in 1493 milliseconds