Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp5526 InitializedEntity Entity1 in FindCompositePointerType() local
5530 InitializationSequence E1ToC1(*this, Entity1, Kind, E1); in FindCompositePointerType()
5531 InitializationSequence E2ToC1(*this, Entity1, Kind, E2); in FindCompositePointerType()
5551 = E1ToC1.Perform(*this, Entity1, Kind, E1); in FindCompositePointerType()
5558 = E2ToC1.Perform(*this, Entity1, Kind, E2); in FindCompositePointerType()