Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprCXX.cpp4816 InitializedEntity Entity2 in FindCompositePointerType() local
4818 InitializationSequence E1ToC2(*this, Entity2, Kind, E1); in FindCompositePointerType()
4819 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType()
4845 InitializedEntity Entity2 in FindCompositePointerType() local
4847 InitializationSequence E1ToC2(*this, Entity2, Kind, E1); in FindCompositePointerType()
4848 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType()
4854 = E1ToC2.Perform(*this, Entity2, Kind, E1); in FindCompositePointerType()
4861 = E2ToC2.Perform(*this, Entity2, Kind, E2); in FindCompositePointerType()