Searched refs:Entity1 (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5252 InitializedEntity Entity1 in FindCompositePointerType() local 5256 InitializationSequence E1ToC1(*this, Entity1, Kind, E1); in FindCompositePointerType() 5257 InitializationSequence E2ToC1(*this, Entity1, Kind, E2); in FindCompositePointerType() 5277 = E1ToC1.Perform(*this, Entity1, Kind, E1); in FindCompositePointerType() 5284 = E2ToC1.Perform(*this, Entity1, Kind, E2); in FindCompositePointerType()
|