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

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2852 CurContext->addDecl(D);
3125 Owner->addDecl(D);
3138 CurContext->addDecl(D);
14122 CurContext->addDecl(VDPrivate);
14523 Lookups.back().addDecl(Underlying);
14558 Lookups.back().addDecl(DRD);
14577 ResSet.addDecl(Set[Set.size() - 1]);
17234 Lookups.back().addDecl(DMD);
17771 DC->addDecl(DRD);
17821 DRD->addDecl(OmpInPar
[all...]
H A DTreeTransform.h2204 getSema().CurContext->addDecl(Var);
2532 R.addDecl(FoundDecl);
9320 Decls.addDecl(InstD, InstD->getAccess());
9368 Decls.addDecl(InstD, InstD->getAccess());
9413 Decls.addDecl(InstD, InstD->getAccess());
9593 Decls.addDecl(InstD, InstD->getAccess());
10625 UnqualLookups.addDecl(Found);
11695 R.addDecl(SD);
11697 R.addDecl(D);
14255 Functions.addDecl(N
[all...]
H A DSemaCoroutine.cpp582 FD->addDecl(VD);
H A DSemaExprMember.cpp726 R.addDecl(ND);
H A DSemaExprCXX.cpp2976 Context.getTranslationUnitDecl()->addDecl(Alloc);
7882 R.addDecl(ND);
H A DSemaExpr.cpp2196 R.addDecl(ND);
2413 if (D) R.addDecl(D);
5143 CurContext->addDecl(VD);
14978 CurContext->addDecl(Block);
H A DSemaOverload.cpp6010 ExplicitConversions.addDecl(I.getDecl(), I.getAccess());
6019 ViableConversions.addDecl(I.getDecl(), I.getAccess());
11973 MatchesCopy.addDecl(Matches[I].second, Matches[I].first.getAccess());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2239 void addDecl(Decl *D);
2244 /// Although analogous in function to addDecl, this removes an
2247 /// addDecl() is the right function to use.
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp305 GlobalizedRD->addDecl(Field);
5150 SharedStaticRD->addDecl(Field);
5153 StaticRD->addDecl(Field);
5174 SharedStaticRD->addDecl(Field);
5236 StaticRD->addDecl(Field);
H A DCGObjCMac.cpp5829 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
5832 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
6182 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
6185 RD->addDecl(FieldDecl::Create(Ctx, RD, SourceLocation(), SourceLocation(),
H A DCodeGenModule.cpp4942 D->addDecl(Field);
H A DCGOpenMPRuntime.cpp1058 DC->addDecl(Field);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1580 void DeclContext::addDecl(Decl *D) { function in class:DeclContext
H A DASTImporter.cpp3046 TemplDecls.addDecl(*ToFTDOrErr);
7556 ToDecls.addDecl(cast<NamedDecl>(*ToDOrErr));
7603 ToDecls.addDecl(cast<NamedDecl>(*ToDOrErr));
8491 ToTemplates.addDecl(cast<NamedDecl>(*ToOrErr));
H A DDeclObjC.cpp2100 addDecl(property);
H A DExprConstant.cpp1599 void addDecl(EvalInfo &Info, const Expr *E, function
2857 Obj.addDecl(Info, E, Base, /*Virtual*/ false);
2882 Obj.addDecl(Info, E, BaseDecl, /*Virtual*/ true);
2926 LVal.addDecl(Info, E, FD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2989 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
3021 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
3795 RD->addDecl(FieldDecl::Create(*Context, RD, SourceLocation(), SourceLocation(),
H A DRewriteObjC.cpp2544 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl,
2576 ConstantStringDecl->addDecl(FieldDecl::Create(*Context,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1270 void addDecl(Decl *D) { Decls.push_back(D); } function in struct:clang::LateParsedAttribute
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2011 Decls.addDecl(D, AS);
H A DASTReaderDecl.cpp998 TemplDecls.addDecl(readDeclAs<NamedDecl>());

Completed in 623 milliseconds

12