Home | History | Annotate | Download | only in AST

Lines Matching refs:isFunctionOrMethod

408   /// not a code context (!isFunctionOrMethod()), returns null.
1304 bool isFunctionOrMethod() const {
1317 return !isFunctionOrMethod() && DeclKind != Decl::LinkageSpec &&