Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp7111 InitializationSequence E2ToC(*this, Entity, Kind, E2); in FindCompositePointerType() local
7112 if (!E2ToC) in FindCompositePointerType()
7121 ExprResult E2Result = E2ToC.Perform(*this, Entity, Kind, E2); in FindCompositePointerType()