Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclCXX.h634 friend void FunctionDecl::setPure(bool);
DDecl.h1838 void setPure(bool P = true);
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h264 friend void FunctionDecl::setPure(bool);
DDecl.h2140 void setPure(bool P = true);
/external/clang/lib/AST/
DDecl.cpp2507 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
DASTImporter.cpp3106 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/external/llvm-project/clang/lib/AST/
DDecl.cpp2989 void FunctionDecl::setPure(bool P) { in setPure() function in FunctionDecl
DASTImporter.cpp3431 ToFunction->setPure(D->isPure()); in VisitFunctionDecl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1023 FD->setPure(Pure); in VisitFunctionDecl()
/external/clang/lib/Sema/
DSemaDecl.cpp3270 New->setPure(); in MergeCompatibleFunctionDecls()
7729 NewFD->setPure(true); in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp13284 Method->setPure(); in CheckPureMethod()
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp3816 New->setPure(); in MergeCompatibleFunctionDecls()
8940 NewFD->setPure(true); in ActOnFunctionDeclarator()
DSemaDeclCXX.cpp17049 Method->setPure(); in CheckPureMethod()