Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h617 struct EvaluatedStmt { struct
618 EvaluatedStmt() : WasEvaluated(false), IsEvaluating(false), CheckedICE(false), in EvaluatedStmt() function
622 bool WasEvaluated : 1;
625 bool IsEvaluating : 1;
629 bool CheckedICE : 1;
633 bool CheckingICE : 1;
638 bool IsICE : 1;
640 Stmt *Value;
641 APValue Evaluated;