Searched refs:ExprEmpty (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DOwnership.h289 inline ExprResult ExprEmpty() { return ExprResult(false); } function in namespace:clang
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp76 return ExprEmpty();
229 return ExprEmpty();
333 return ExprEmpty();
372 return ExprEmpty();
H A DSemaCoroutine.cpp530 auto RefExpr = ExprEmpty();
H A DSemaExpr.cpp2807 return ExprEmpty();
19352 /// \return A new expression if we found any potential results, ExprEmpty() if
19453 return ExprEmpty();
19554 return ExprEmpty();
19600 : ExprEmpty();
19619 return ExprEmpty();
19668 return ExprEmpty();
H A DSemaTemplateInstantiateDecl.cpp369 Inst = ExprEmpty();
382 Inst = ExprEmpty();
H A DSemaOpenMP.cpp18903 return ExprEmpty();
21653 return ExprEmpty();
H A DTreeTransform.h4068 return ExprEmpty();
12946 // Propagate both errors and recovered types, which return ExprEmpty.
/openbsd-current/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp759 return ExprEmpty();
776 return ExprEmpty();
810 return ExprEmpty();
H A DParseExpr.cpp2344 return ExprEmpty();
2373 return ExprEmpty();

Completed in 450 milliseconds