Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1847 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
HDSemaDeclCXX.cpp13043 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
13063 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h5329 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);