Searched defs:EvalStatus (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprConstant.cpp419 /// EvalStatus - Contains information about the evaluation.
420 Expr::EvalStatus &EvalStatus; member in struct:__anon17734::EvalInfo
509 EvalInfo(const ASTContext &C, Expr::EvalStatus &S, EvaluationMode Mode)
510 : Ctx(const_cast<ASTContext &>(C)), EvalStatus(S), CurrentCall(nullptr),
565 EvalStatus.Diag->push_back(std::make_pair(Loc, PD));
566 return EvalStatus.Diag->back().second;
577 if (EvalStatus.Diag) {
584 if (!EvalStatus.Diag->empty()) {
589 if (!EvalStatus
[all...]
/external/clang/include/clang/AST/
H A DExpr.h528 /// EvalStatus is a struct with detailed info about an evaluation in progress.
529 struct EvalStatus { struct in class:clang::Expr
543 EvalStatus() : HasSideEffects(false), Diag(nullptr) {} function in struct:clang::Expr::EvalStatus
553 struct EvalResult : EvalStatus {

Completed in 281 milliseconds