Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h677 struct EvaluatedStmt { struct
678 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt() argument
682 bool WasEvaluated : 1;
685 bool IsEvaluating : 1;
689 bool CheckedICE : 1;
693 bool CheckingICE : 1;
698 bool IsICE : 1;
700 Stmt *Value;
701 APValue Evaluated;