Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1947 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
DSemaDeclCXX.cpp13278 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
13298 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/external/clang/include/clang/Sema/
DSema.h5532 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);