Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1802 SemaRef.CheckPureMethod(Method, SourceRange()); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp12896 bool Sema::CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange) { in CheckPureMethod() function in Sema
H A DSemaDecl.cpp8600 CheckPureMethod(Method, Init->getSourceRange()); in AddInitializerToDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h5208 bool CheckPureMethod(CXXMethodDecl *Method, SourceRange InitRange);