Home | History | Annotate | Download | only in AST

Lines Matching refs:isInlined

559   // isInlined() only gives meaningful answers on definitions
563 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
1202 if (!FD->isInlined() &&
2799 /// Note: This function assumes that we will only get called when isInlined()
2802 assert(isInlined() && "expected to get called on an inlined function!");
2859 if (hasBody(Definition) && Definition->isInlined() &&
2968 assert(isInlined() && "Function must be inline");
3112 return PatternDecl->isInlined();