Searched refs:AddDecl (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp143 /// AddDecl - Link the decl to its shadowed decl chain.
144 void IdentifierResolver::AddDecl(NamedDecl *D) { function in class:IdentifierResolver
162 IDI->AddDecl(PrevD);
166 IDI->AddDecl(D);
177 AddDecl(D);
188 AddDecl(D);
189 AddDecl(PrevD);
192 AddDecl(D);
336 IDI->AddDecl(D);
337 IDI->AddDecl(Prev
[all...]
H A DSemaDeclObjC.cpp4733 S->AddDecl(Param);
4734 IdResolver.AddDecl(Param);
5146 S->AddDecl(New);
5148 IdResolver.AddDecl(New);
H A DSemaTemplate.cpp1057 S->AddDecl(Param);
1058 IdResolver.AddDecl(Param);
1436 S->AddDecl(Param);
1437 IdResolver.AddDecl(Param);
1503 S->AddDecl(Param);
1504 IdResolver.AddDecl(Param);
H A DSemaDecl.cpp1407 S->AddDecl(Param);
1408 IdResolver.AddDecl(Param);
1484 S->AddDecl(D);
1501 IdResolver.AddDecl(D);
13468 S->AddDecl(New);
13470 IdResolver.AddDecl(New);
16898 S->AddDecl(NewID);
16899 IdResolver.AddDecl(NewID);
H A DSemaDeclCXX.cpp877 S->AddDecl(New);
10003 InnermostTemplateScope->AddDecl(Param);
10004 IdResolver.AddDecl(Param);
10038 S->AddDecl(Param);
10040 IdResolver.AddDecl(Param);
10065 S->AddDecl(Param);
10067 IdResolver.AddDecl(Param);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp36 // Matches the NamedDecl check in AddDecl
42 // Matches the ClassTemplateSpecializationDecl check in AddDecl
103 AddDecl(Template);
123 AddDecl(NNS->getAsNamespace());
126 AddDecl(NNS->getAsNamespaceAlias());
144 AddDecl(Name.getAsTemplateDecl());
168 AddDecl(TA.getAsDecl());
266 void AddDecl(const Decl *D) { function in class:__anon1593::ODRDeclVisitor
269 Hash.AddDecl(D);
369 AddDecl(
630 void ODRHash::AddDecl(const Decl *D) { function in class:ODRHash
673 void AddDecl(Decl *D) { function in class:__anon1594::ODRTypeVisitor
[all...]
H A DStmtProfile.cpp203 Hash.AddDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DIdentifierResolver.h50 void AddDecl(NamedDecl *D) { Decls.push_back(D); } function in class:clang::IdentifierResolver::IdDeclInfo
158 /// AddDecl - Link the decl to its shadowed decl chain.
159 void AddDecl(NamedDecl *D);
H A DScope.h289 void AddDecl(Decl *D) { function in class:clang::Scope
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h55 // more information than the AddDecl class.
59 // more information than the AddDecl class. SkipBody will process the
64 // more information than the AddDecl class.
68 // while AddDecl does not.
78 void AddDecl(const Decl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11641 SemaObj->TUScope->AddDecl(D);
11648 SemaObj->TUScope->AddDecl(D);

Completed in 348 milliseconds