Searched defs:hasBody (Results 1 – 8 of 8) sorted by relevance
196 bool hasBody() const { return HasBody; } in hasBody() function
1090 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
523 bool hasBody() const override { return Body.isValid(); } in hasBody() function
2232 bool hasBody() const override { in hasBody() function
489 bool hasBody() const { return Body && !Body->empty(); } in hasBody() function in __anonfaf0748f0111::Intrinsic
5796 hasBody, in AST_POLYMORPHIC_MATCHER_P() argument
6366 var hasBody = rtbody.test(elem), variable
3187 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl