Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h631 friend void FunctionDecl::setPure(bool);
DDecl.h1802 void setPure(bool P = true);
/external/clang/lib/AST/
DDecl.cpp2431 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
DASTImporter.cpp2887 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp3196 New->setPure(); in MergeCompatibleFunctionDecls()
7450 NewFD->setPure(true); in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp13067 Method->setPure(); in CheckPureMethod()