Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp4938 InitializedEntity Entity2 in FindCompositePointerType() local
4940 InitializationSequence E1ToC2(*this, Entity2, Kind, E1); in FindCompositePointerType()
4941 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType()
4967 InitializedEntity Entity2 in FindCompositePointerType() local
4969 InitializationSequence E1ToC2(*this, Entity2, Kind, E1); in FindCompositePointerType()
4970 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType()
4976 = E1ToC2.Perform(*this, Entity2, Kind, E1); in FindCompositePointerType()
4983 = E2ToC2.Perform(*this, Entity2, Kind, E2); in FindCompositePointerType()