Searched defs:hasBody (Results 1 – 8 of 8) sorted by relevance
1079 virtual bool hasBody() const { return getBody() != nullptr; } hasBody() function
523 bool hasBody() const override { return Body.isValid(); } in hasBody() function
2224 bool hasBody() const override { hasBody() function
459 bool hasBody() const { return Body && !Body->getValues().empty(); } hasBody() function in __anon1ddc9b620111::Intrinsic
3242 bool hasBody = hasCanonicalizeMethod && !hasCanonicalizer; global() local
3144 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { hasBody() function in FunctionDecl
5750 AST_POLYMORPHIC_MATCHER_P(hasBody,AST_POLYMORPHIC_SUPPORTED_TYPES (DoStmt,ForStmt,WhileStmt,CXXForRangeStmt,FunctionDecl,CoroutineBodyStmt),internal::Matcher<Stmt>,InnerMatcher) AST_POLYMORPHIC_MATCHER_P() argument