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