Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h637 struct EvaluatedStmt { struct
638 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt() argument
642 bool WasEvaluated : 1;
645 bool IsEvaluating : 1;
649 bool CheckedICE : 1;
653 bool CheckingICE : 1;
658 bool IsICE : 1;
660 Stmt *Value;
661 APValue Evaluated;