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

/external/clang/lib/AST/
H A DExprConstant.cpp59 struct EvalInfo;
201 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
241 void diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, uint64_t N);
243 void adjustIndex(EvalInfo &Info, const Expr *E, uint64_t N) {
269 EvalInfo &Info;
295 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
335 /// EvalInfo - This is a private struct used by the evaluator to capture
349 struct EvalInfo { struct in namespace:__anon3048
390 EvalInfo(const ASTContext &C, Expr::EvalStatus &S) function in struct:__anon3048::EvalInfo
526 explicit FoldConstant(EvalInfo
[all...]

Completed in 68 milliseconds