Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6883 ExprResult E2Result = E2ToC.Perform(*this, Entity, Kind, E2); in FindCompositePointerType() local
6884 if (E2Result.isInvalid()) in FindCompositePointerType()
6886 E2 = E2Result.get(); in FindCompositePointerType()