| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | CXXABI.h | 23 class DeclaratorDecl; variable 71 DeclaratorDecl *DD) = 0; 73 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
|
| H A D | MicrosoftCXXABI.cpp | 85 llvm::SmallDenseMap<TagDecl *, DeclaratorDecl *> 147 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl() 149 DD = cast<DeclaratorDecl>(DD->getCanonicalDecl()); in addDeclaratorForUnnamedTagDecl() 150 DeclaratorDecl *&I = UnnamedTagDeclToDeclaratorDecl[TD]; in addDeclaratorForUnnamedTagDecl() 155 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
|
| H A D | ItaniumCXXABI.cpp | 244 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl() 246 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
|
| H A D | Decl.cpp | 1854 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() 1860 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() 1866 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo() 1900 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo() 1916 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart() 1956 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() 2004 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl() 2065 return DeclaratorDecl::getSourceRange(); in getSourceRange() 2751 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange() 2753 return DeclaratorDecl::getSourceRange(); in getSourceRange() [all …]
|
| H A D | Comment.cpp | 302 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
|
| H A D | DeclTemplate.cpp | 702 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl() 775 return DeclaratorDecl::getSourceRange(); in getSourceRange()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ExternalSemaSource.h | 31 class DeclaratorDecl; variable 118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
|
| H A D | MultiplexExternalSemaSource.h | 24 class DeclaratorDecl; variable 256 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
|
| H A D | Template.h | 34 class DeclaratorDecl; variable 599 bool SubstQualifier(const DeclaratorDecl *OldDecl, 600 DeclaratorDecl *NewDecl);
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 40 class DeclaratorDecl; variable 282 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
|
| H A D | BasicValueFactory.h | 37 class DeclaratorDecl; variable
|
| H A D | SVals.h | 38 class DeclaratorDecl; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 156 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
|
| H A D | Decl.h | 726 class DeclaratorDecl : public ValueDecl { 746 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() function 874 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> { 1851 class FunctionDecl : public DeclaratorDecl, 2822 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> { 2873 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in FieldDecl()
|
| H A D | ASTContext.h | 2952 void addDeclaratorForUnnamedTagDecl(TagDecl *TD, DeclaratorDecl *DD); 2954 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD);
|
| H A D | DeclTemplate.h | 1381 : public DeclaratorDecl, 1417 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 251 assert((isa<DeclaratorDecl, TypedefNameDecl>(D)) && in getQualifiedNameStart() 259 if (const auto *DD = dyn_cast<DeclaratorDecl>(D)) { in getQualifiedNameStart() 481 assert((isa<DeclaratorDecl, TypedefNameDecl>(D)) && in isResponsibleForCreatingDeclaration() 706 bool WalkUpFromDeclaratorDecl(DeclaratorDecl *DD) { in WalkUpFromDeclaratorDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 253 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
|
| H A D | Sema.cpp | 696 static bool ShouldRemoveFromUnused(Sema *SemaRef, const DeclaratorDecl *D) { in ShouldRemoveFromUnused() 1136 [this](const DeclaratorDecl *DD) { in ActOnEndOfTranslationUnit()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 89 void VisitDeclaratorDecl(DeclaratorDecl *D); 277 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit() 526 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() 531 DeclaratorDecl::ExtInfo *Info = D->getExtInfo(); in VisitDeclaratorDecl()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 485 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 74 class DeclaratorDecl; variable 2010 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 137 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 84 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
|