Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp5179 InitializedEntity Entity1 in FindCompositePointerType() local
5183 InitializationSequence E1ToC1(*this, Entity1, Kind, E1); in FindCompositePointerType()
5184 InitializationSequence E2ToC1(*this, Entity1, Kind, E2); in FindCompositePointerType()
5204 = E1ToC1.Perform(*this, Entity1, Kind, E1); in FindCompositePointerType()
5211 = E2ToC1.Perform(*this, Entity1, Kind, E2); in FindCompositePointerType()