Home
last modified time | relevance | path

Searched refs:CheckPureMethod (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2759 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp18503 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
18523 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8023 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);