Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp5191 InitializedEntity Entity2 in FindCompositePointerType() local
5193 InitializationSequence E1ToC2(*this, Entity2, Kind, E1); in FindCompositePointerType()
5194 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType()
5220 InitializedEntity Entity2 in FindCompositePointerType() local
5222 InitializationSequence E1ToC2(*this, Entity2, Kind, E1); in FindCompositePointerType()
5223 InitializationSequence E2ToC2(*this, Entity2, Kind, E2); in FindCompositePointerType()
5229 = E1ToC2.Perform(*this, Entity2, Kind, E1); in FindCompositePointerType()
5236 = E2ToC2.Perform(*this, Entity2, Kind, E2); in FindCompositePointerType()