Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7477 ExprResult E1Result = E1ToC.Perform(*this, Entity, Kind, E1); in FindCompositePointerType() local
7478 if (E1Result.isInvalid()) in FindCompositePointerType()
7480 E1 = E1Result.get(); in FindCompositePointerType()