Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp2432 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
HDSemaDeclCXX.cpp16655 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
16675 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h6724 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);