Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDeclCXX.h265 friend void FunctionDecl::setPure(bool);
DDecl.h2258 void setPure(bool P = true);
/openbsd/src/gnu/llvm/clang/lib/AST/
DDecl.cpp3145 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
DASTImporter.cpp3698 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderDecl.cpp1109 FD->setPure(Pure); in VisitFunctionDecl()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaDecl.cpp4312 New->setPure(); in MergeCompatibleFunctionDecls()
9668 NewFD->setPure(true); in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp17812 Method->setPure(); in CheckPureMethod()