Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2575 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp17324 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
17344 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7283 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);