Home | History | Annotate | Download | only in AST

Lines Matching defs:PatternDecl

2666   const FunctionDecl *PatternDecl = getTemplateInstantiationPattern();
2668 if (PatternDecl)
2669 HasPattern = PatternDecl->hasBody(PatternDecl);
2675 if (!HasPattern || !PatternDecl)
2678 return PatternDecl->isInlined();