Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp7131 InitializationSequence E2ToC(*this, Entity, Kind, E2); in FindCompositePointerType() local
7132 if (!E2ToC) in FindCompositePointerType()
7141 ExprResult E2Result = E2ToC.Perform(*this, Entity, Kind, E2); in FindCompositePointerType()