Home | History | Annotate | Download | only in AST

Lines Matching refs:isAnyFunctionDecl

106       DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0;
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0;
810 bool Sema::isAnyFunctionDecl() {
816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl())