Home
last modified time | relevance | path

Searched refs:IsPure (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h1555 bool IsPure : 1; variable
1653 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()
1789 bool isPure() const { return IsPure; } in isPure()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp2983 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
2984 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
HDDecl.cpp2422 IsPure = P; in setPure()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterDecl.cpp451 Record.push_back(D->IsPure); in VisitFunctionDecl()
HDASTReaderDecl.cpp735 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()