Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h264 friend void FunctionDecl::setPure(bool);
H A DDecl.h2160 void setPure(bool P = true);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3022 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
H A DASTImporter.cpp3496 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1023 FD->setPure(Pure); in VisitFunctionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3833 New->setPure(); in MergeCompatibleFunctionDecls()
9027 NewFD->setPure(true); in ActOnFunctionDeclarator()
H A DSemaDeclCXX.cpp17125 Method->setPure(); in CheckPureMethod()