Home
last modified time | relevance | path

Searched refs:setPure (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h625 friend void FunctionDecl::setPure(bool);
DDecl.h1688 void setPure(bool P = true);
/external/clang/lib/AST/
DDecl.cpp2327 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
DASTImporter.cpp2792 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp2921 New->setPure(); in MergeCompatibleFunctionDecls()
6846 NewFD->setPure(true); in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp12411 Method->setPure(); in CheckPureMethod()