Searched refs:IsPure (Results 1 – 5 of 5) sorted by relevance
1567 bool IsPure : 1; variable1665 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()1801 bool isPure() const { return IsPure; } in isPure()
3026 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local3027 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
2432 IsPure = P; in setPure()
494 Record.push_back(D->IsPure); in VisitFunctionDecl()
713 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()