Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1807 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
DSemaDeclCXX.cpp13006 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
DSemaDecl.cpp8701 CheckPureMethod(Method, Init->getSourceRange()); in AddInitializerToDecl()
/external/clang/include/clang/Sema/
DSema.h5139 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);