Home | History | Annotate | Download | only in AST

Lines Matching refs:NewDecl

877   RecordDecl *NewDecl;
879 NewDecl = CXXRecordDecl::Create(*this, TK, getTranslationUnitDecl(), Loc,
882 NewDecl = RecordDecl::Create(*this, TK, getTranslationUnitDecl(), Loc, Loc,
884 NewDecl->setImplicit();
885 return NewDecl;
891 TypedefDecl *NewDecl = TypedefDecl::Create(
894 NewDecl->setImplicit();
895 return NewDecl;