Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h739 struct EvaluatedStmt { struct
740 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt() argument
744 bool WasEvaluated : 1;
747 bool IsEvaluating : 1;
751 bool CheckedICE : 1;
755 bool CheckingICE : 1;
760 bool IsICE : 1;
762 Stmt *Value;
763 APValue Evaluated;