Home
last modified time | relevance | path

Searched refs:CheckPureMethod (Results 1 – 6 of 6) 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/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2494 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
DSemaDeclCXX.cpp17043 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
17063 CheckPureMethod(M, ZeroLoc); in ActOnPureSpecifier()
/external/clang/include/clang/Sema/
DSema.h5532 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);
/external/llvm-project/clang/include/clang/Sema/
DSema.h7066 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);