Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7265 ExprResult E2Result = E2ToC.Perform(*this, Entity, Kind, E2); in FindCompositePointerType() local
7266 if (E2Result.isInvalid()) in FindCompositePointerType()
7268 E2 = E2Result.get(); in FindCompositePointerType()