Home | History | Annotate | Download | only in AST

Lines Matching refs:Body

2123     if (I->Body || I->IsLateTemplateParsed) {
2136 // Since we don't have a body for this function, we don't know if it's
2148 if (I->IsDeleted || I->IsDefaulted || I->Body || I->IsLateTemplateParsed) {
2159 if (I->Body) {
2161 return I->Body.get(getASTContext().getExternalSource());
2172 Body = B;
2472 "Must have a declaration without a body.");
2488 FoundBody |= Prev->Body.isValid();
2490 if (Prev->Body) {
2516 FoundBody |= Prev->Body.isValid();
3351 return SourceRange(getLocation(), Body? Body->getLocEnd() : getLocation());