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

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

Completed in 166 milliseconds