/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXABI.h | 23 class DeclaratorDecl; variable 70 DeclaratorDecl *DD) = 0; 72 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
|
H A D | ItaniumCXXABI.cpp | 276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl() 278 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
|
H A D | Decl.cpp | 1970 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() 1976 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() 1982 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo() 2001 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause() 2016 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo() 2032 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart() 2072 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() 2120 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl() 2180 return DeclaratorDecl::getSourceRange(); in getSourceRange() 2940 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange() [all …]
|
H A D | DeclTemplate.cpp | 729 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl() 800 return DeclaratorDecl::getSourceRange(); in getSourceRange()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConsumer.h | 26 class DeclaratorDecl; variable 109 virtual void CompleteExternalDeclaration(DeclaratorDecl *D) {} in CompleteExternalDeclaration()
|
H A D | DeclFriend.h | 155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
|
H A D | Decl.h | 731 class DeclaratorDecl : public ValueDecl { 751 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() function 879 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> { 1930 class FunctionDecl : public DeclaratorDecl, 3030 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> { 3094 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), BitField(false), in FieldDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ExternalSemaSource.h | 30 class DeclaratorDecl; variable 116 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
|
H A D | MultiplexExternalSemaSource.h | 24 class DeclaratorDecl; variable 255 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
|
H A D | Template.h | 35 class DeclaratorDecl; variable 702 bool SubstQualifier(const DeclaratorDecl *OldDecl, 703 DeclaratorDecl *NewDecl);
|
H A D | Attr.h | 48 return isa<DeclaratorDecl>(D) || isa<BlockDecl>(D) || in hasDeclarator()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | MultiplexConsumer.h | 70 void CompleteExternalDeclaration(DeclaratorDecl *D) override;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 41 class DeclaratorDecl; variable 272 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | BackendConsumer.h | 110 void CompleteExternalDeclaration(DeclaratorDecl *D) override;
|
H A D | ModuleBuilder.cpp | 313 void CompleteExternalDeclaration(DeclaratorDecl *D) override { in CompleteExternalDeclaration()
|
H A D | CodeGenModule.h | 1365 void EmitExternalDeclaration(const DeclaratorDecl *D); 1396 getLLVMLinkageForDeclarator(const DeclaratorDecl *D, GVALinkage Linkage);
|
/freebsd/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() 484 assert((isa<DeclaratorDecl, TypedefNameDecl>(D)) && in isResponsibleForCreatingDeclaration() 711 bool WalkUpFromDeclaratorDecl(DeclaratorDecl *DD) { in WalkUpFromDeclaratorDecl()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 82 void CompleteExternalDeclaration(DeclaratorDecl *D) override final { in CompleteExternalDeclaration()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 360 void MultiplexConsumer::CompleteExternalDeclaration(DeclaratorDecl *D) { in CompleteExternalDeclaration()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 492 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 91 void VisitDeclaratorDecl(DeclaratorDecl *D); 312 if (auto *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit() 614 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() 619 DeclaratorDecl::ExtInfo *Info = D->getExtInfo(); in VisitDeclaratorDecl()
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 76 class DeclaratorDecl; variable 2095 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 246 void maybeMergeWithAnonymousTag(const DeclaratorDecl &D, in maybeMergeWithAnonymousTag() 1479 if (const auto *Declarator = dyn_cast<DeclaratorDecl>(D)) { in fetchRawCommentForDecl()
|