Home | History | Annotate | Download | only in Parse

Lines Matching defs:DP

867     Decl *DP = Actions.HandleDeclarator(ParentScope, D,
869 D.complete(DP);
872 if (DP) {
873 LateParsedTemplatedFunction *LPT = new LateParsedTemplatedFunction(this, DP);
876 if (FunctionTemplateDecl *FunTmpl = dyn_cast<FunctionTemplateDecl>(DP))
879 FnD = cast<FunctionDecl>(DP);
889 return DP;