Searched refs:IsPure (Results 1 – 5 of 5) sorted by relevance
1514 bool IsPure : 1; variable1612 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()1748 bool isPure() const { return IsPure; } in isPure()
2954 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local2955 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
2403 IsPure = P; in setPure()
433 Record.push_back(D->IsPure); in VisitFunctionDecl()
648 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()