Home
last modified time | relevance | path

Searched refs:DeclaratorDecl (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXABI.h23 class DeclaratorDecl; variable
70 DeclaratorDecl *DD) = 0;
72 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
H A DItaniumCXXABI.cpp276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
278 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
H A DDecl.cpp1970 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 DDeclTemplate.cpp729 : 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 DASTConsumer.h26 class DeclaratorDecl; variable
109 virtual void CompleteExternalDeclaration(DeclaratorDecl *D) {} in CompleteExternalDeclaration()
H A DDeclFriend.h155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
H A DDecl.h731 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 DExternalSemaSource.h30 class DeclaratorDecl; variable
116 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
H A DMultiplexExternalSemaSource.h24 class DeclaratorDecl; variable
255 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
H A DTemplate.h35 class DeclaratorDecl; variable
702 bool SubstQualifier(const DeclaratorDecl *OldDecl,
703 DeclaratorDecl *NewDecl);
H A DAttr.h48 return isa<DeclaratorDecl>(D) || isa<BlockDecl>(D) || in hasDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h70 void CompleteExternalDeclaration(DeclaratorDecl *D) override;
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h41 class DeclaratorDecl; variable
272 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h110 void CompleteExternalDeclaration(DeclaratorDecl *D) override;
H A DModuleBuilder.cpp313 void CompleteExternalDeclaration(DeclaratorDecl *D) override { in CompleteExternalDeclaration()
H A DCodeGenModule.h1365 void EmitExternalDeclaration(const DeclaratorDecl *D);
1396 getLLVMLinkageForDeclarator(const DeclaratorDecl *D, GVALinkage Linkage);
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp251 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 DMultiplexExternalSemaSource.cpp259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp82 void CompleteExternalDeclaration(DeclaratorDecl *D) override final { in CompleteExternalDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp360 void MultiplexConsumer::CompleteExternalDeclaration(DeclaratorDecl *D) { in CompleteExternalDeclaration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h492 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp91 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 DASTReader.h76 class DeclaratorDecl; variable
2095 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h246 void maybeMergeWithAnonymousTag(const DeclaratorDecl &D, in maybeMergeWithAnonymousTag()
1479 if (const auto *Declarator = dyn_cast<DeclaratorDecl>(D)) { in fetchRawCommentForDecl()

123