Searched refs:IsPure (Results 1 – 5 of 5) sorted by relevance
1555 bool IsPure : 1; variable1653 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()1789 bool isPure() const { return IsPure; } in isPure()
2983 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local2984 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
2422 IsPure = P; in setPure()
451 Record.push_back(D->IsPure); in VisitFunctionDecl()
735 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()