Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp5541 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType() local
5542 if (E1ToC2 && E2ToC2) { in FindCompositePointerType()
5570 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType() local
5571 if (!E1ToC2 || !E2ToC2) in FindCompositePointerType()
5583 = E2ToC2.Perform(*this, Entity2, Kind, E2); in FindCompositePointerType()