Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h679 struct EvaluatedStmt { struct
680 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt() argument
684 bool WasEvaluated : 1;
687 bool IsEvaluating : 1;
691 bool CheckedICE : 1;
695 bool CheckingICE : 1;
700 bool IsICE : 1;
702 Stmt *Value;
703 APValue Evaluated;