Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2710 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp17806 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
17826 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h7827 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);