Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1698 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
DSemaDecl.cpp8042 CheckPureMethod(Method, Init->getSourceRange()); in AddInitializerToDecl()
DSemaDeclCXX.cpp12089 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h4906 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);