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

/external/clang/lib/AST/
H A DExprConstant.cpp409 /// EvalStatus - Contains information about the evaluation.
410 Expr::EvalStatus &EvalStatus; member in struct:__anon15117::EvalInfo
453 EvalInfo(const ASTContext &C, Expr::EvalStatus &S,
455 : Ctx(const_cast<ASTContext&>(C)), EvalStatus(S), CurrentCall(0),
510 EvalStatus.Diag->push_back(std::make_pair(Loc, PD));
511 return EvalStatus.Diag->back().second;
525 if (EvalStatus.Diag) {
534 EvalStatus.Diag->clear();
535 EvalStatus
[all...]
/external/clang/include/clang/AST/
H A DExpr.h514 /// EvalStatus is a struct with detailed info about an evaluation in progress.
515 struct EvalStatus { struct in class:clang::Expr
529 EvalStatus() : HasSideEffects(false), Diag(0) {} function in struct:clang::Expr::EvalStatus
539 struct EvalResult : EvalStatus {

Completed in 116 milliseconds