Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h265 friend void FunctionDecl::setPure(bool);
H A DDecl.h2186 void setPure(bool P = true);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3015 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
H A DASTImporter.cpp3545 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1025 FD->setPure(Pure); in VisitFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3896 New->setPure(); in MergeCompatibleFunctionDecls()
9086 NewFD->setPure(true); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp17330 Method->setPure(); in CheckPureMethod()