Home | History | Annotate | Download | only in AST

Lines Matching refs:PatternDecl

2913   const FunctionDecl *PatternDecl = getTemplateInstantiationPattern();
2915 if (PatternDecl)
2916 HasPattern = PatternDecl->hasBody(PatternDecl);
2922 if (!HasPattern || !PatternDecl)
2925 return PatternDecl->isInlined();