Home
last modified time | relevance | path

Searched defs:EvaluatedStmt (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h594 struct EvaluatedStmt { struct
595 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt() argument
599 bool WasEvaluated : 1;
602 bool IsEvaluating : 1;
606 bool CheckedICE : 1;
610 bool CheckingICE : 1;
615 bool IsICE : 1;
617 Stmt *Value;
618 APValue Evaluated;