Searched refs:addDecl (Results 26 - 43 of 43) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h2303 getSema().CurContext->addDecl(Var);
2631 R.addDecl(FoundDecl);
9581 Decls.addDecl(InstD, InstD->getAccess());
9629 Decls.addDecl(InstD, InstD->getAccess());
9674 Decls.addDecl(InstD, InstD->getAccess());
9854 Decls.addDecl(InstD, InstD->getAccess());
10897 UnqualLookups.addDecl(Found);
11967 R.addDecl(SD);
11969 R.addDecl(D);
14561 Functions.addDecl(N
[all...]
H A DSemaExprMember.cpp723 R.addDecl(ND);
H A DSemaCoroutine.cpp623 FD->addDecl(VD);
H A DSemaExprCXX.cpp3064 Context.getTranslationUnitDecl()->addDecl(Alloc);
8008 R.addDecl(ND);
H A DSemaOverload.cpp6121 ExplicitConversions.addDecl(I.getDecl(), I.getAccess());
6130 ViableConversions.addDecl(I.getDecl(), I.getAccess());
12127 MatchesCopy.addDecl(Matches[I].second, Matches[I].first.getAccess());
12732 R.addDecl(Best->FoundDecl.getDecl(), Best->FoundDecl.getAccess());
H A DSemaExpr.cpp2241 R.addDecl(Best->FoundDecl.getDecl(), Best->FoundDecl.getAccess());
2307 R.addDecl(ND);
2524 if (D) R.addDecl(D);
5214 CurContext->addDecl(VD);
15288 CurContext->addDecl(Block);
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1541 void DeclContext::addDecl(Decl *D) { function in class:DeclContext
H A DDeclObjC.cpp2132 addDecl(property);
H A DASTImporter.cpp3134 TemplDecls.addDecl(*ToFTDOrErr);
7740 ToDecls.addDecl(cast<NamedDecl>(*ToDOrErr));
7787 ToDecls.addDecl(cast<NamedDecl>(*ToDOrErr));
8728 ToTemplates.addDecl(cast<NamedDecl>(*ToOrErr));
H A DExprConstant.cpp1657 void addDecl(EvalInfo &Info, const Expr *E, function
3062 Obj.addDecl(Info, E, Base, /*Virtual*/ false);
3087 Obj.addDecl(Info, E, BaseDecl, /*Virtual*/ true);
3131 LVal.addDecl(Info, E, FD);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2992 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3024 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
3801 RD->addDecl(FieldDecl::Create(*Context, RD, SourceLocation(), SourceLocation(),
H A DRewriteObjC.cpp2546 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
2578 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1292 void addDecl(Decl *D) { Decls.push_back(D); } function in struct:clang::LateParsedAttribute
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp5832 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
5835 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
6185 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
6188 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
H A DCodeGenModule.cpp5248 D->addDecl(Field);
H A DCGOpenMPRuntime.cpp1071 DC->addDecl(Field);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2026 Decls.addDecl(D, AS);
H A DASTReaderDecl.cpp1003 TemplDecls.addDecl(readDeclAs<NamedDecl>());

Completed in 986 milliseconds

12