Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2135 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp14871 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
14891 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h6020 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);