Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1592 unsigned IsPure : 1; variable
1690 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()
1837 bool isPure() const { return IsPure; } in isPure()
/external/clang/lib/AST/
DExpr.cpp2873 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
2874 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
DDecl.cpp2508 IsPure = P; in setPure()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp520 Record.push_back(D->IsPure); in VisitFunctionDecl()
DASTReaderDecl.cpp768 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()