Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1514 bool IsPure : 1; variable
1612 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()
1748 bool isPure() const { return IsPure; } in isPure()
/external/clang/lib/AST/
DExpr.cpp2954 bool IsPure = FD && (FD->hasAttr<ConstAttr>() || FD->hasAttr<PureAttr>()); in HasSideEffects() local
2955 if (IsPure || !IncludePossibleEffects) in HasSideEffects()
DDecl.cpp2403 IsPure = P; in setPure()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp433 Record.push_back(D->IsPure); in VisitFunctionDecl()
DASTReaderDecl.cpp648 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()