Searched refs:Entity1 (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 4926 InitializedEntity Entity1 in FindCompositePointerType() local 4930 InitializationSequence E1ToC1(*this, Entity1, Kind, E1); in FindCompositePointerType() 4931 InitializationSequence E2ToC1(*this, Entity1, Kind, E2); in FindCompositePointerType() 4951 = E1ToC1.Perform(*this, Entity1, Kind, E1); in FindCompositePointerType() 4958 = E2ToC1.Perform(*this, Entity1, Kind, E2); in FindCompositePointerType()
|