Searched refs:IsPure (Results 1 – 5 of 5) sorted by relevance
1592 unsigned IsPure : 1; variable1690 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()1837 bool isPure() const { return IsPure; } in isPure()
2873 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local2874 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
2508 IsPure = P; in setPure()
520 Record.push_back(D->IsPure); in VisitFunctionDecl()
768 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()