Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2496 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp17119 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
17139 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h7213 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);