Home | History | Annotate | Download | only in AST

Lines Matching refs:isFunctionTemplateDecl

101       DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0;
104 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0;
890 bool Sema::isFunctionTemplateDecl() {