Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h1390 bool IsPure : 1; variable
1484 IsVirtualAsWritten(false), IsPure(false), HasInheritedPrototype(false), in FunctionDecl()
1618 bool isPure() const { return IsPure; } in isPure()
/external/clang/lib/AST/
DDecl.cpp2015 IsPure = P; in setPure()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp512 FD->IsPure = Record[Idx++]; in VisitFunctionDecl()