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

/external/clang/lib/AST/
H A DExprConstant.cpp60 struct EvalInfo;
220 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
260 void diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, uint64_t N);
262 void adjustIndex(EvalInfo &Info, const Expr *E, uint64_t N) {
288 EvalInfo &Info;
316 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
402 /// EvalInfo - This is a private struct used by the evaluator to capture
416 struct EvalInfo { struct in namespace:__anon17734
509 EvalInfo(const ASTContext &C, Expr::EvalStatus &S, EvaluationMode Mode) function in struct:__anon17734::EvalInfo
712 EvalInfo
[all...]

Completed in 248 milliseconds