Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h634 friend void FunctionDecl::setPure(bool);
DDecl.h1838 void setPure(bool P = true);
/external/clang/lib/AST/
DDecl.cpp2507 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
DASTImporter.cpp3106 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp3270 New->setPure(); in MergeCompatibleFunctionDecls()
7729 NewFD->setPure(true); in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp13284 Method->setPure(); in CheckPureMethod()