Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXABI.h23 class DeclaratorDecl; variable
71 DeclaratorDecl *DD) = 0;
73 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
H A DMicrosoftCXXABI.cpp85 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 DItaniumCXXABI.cpp244 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
246 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
H A DDecl.cpp1854 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1860 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc()
1866 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
1885 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause()
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()
2758 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange()
[all …]
H A DComment.cpp302 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
H A DDeclTemplate.cpp701 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
774 return DeclaratorDecl::getSourceRange(); in getSourceRange()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DExternalSemaSource.h31 class DeclaratorDecl; variable
118 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
H A DMultiplexExternalSemaSource.h24 class DeclaratorDecl; variable
256 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
H A DTemplate.h34 class DeclaratorDecl; variable
597 bool SubstQualifier(const DeclaratorDecl *OldDecl,
598 DeclaratorDecl *NewDecl);
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp50 void addIfInMain(const DeclaratorDecl *DD, SourceLocation defStart);
77 void MapExtDefNamesConsumer::addIfInMain(const DeclaratorDecl *DD, in addIfInMain()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h40 class DeclaratorDecl; variable
274 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
H A DBasicValueFactory.h37 class DeclaratorDecl; variable
H A DSVals.h38 class DeclaratorDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclFriend.h156 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
H A DDecl.h700 class DeclaratorDecl : public ValueDecl {
720 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() function
848 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
1825 class FunctionDecl : public DeclaratorDecl,
2796 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> {
2847 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in FieldDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h214 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
H A DCXType.cpp238 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) in clang_getCursorType()
/netbsd-src/external/apache2/llvm/dist/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()
481 assert((isa<DeclaratorDecl, TypedefNameDecl>(D)) && in isResponsibleForCreatingDeclaration()
706 bool WalkUpFromDeclaratorDecl(DeclaratorDecl *DD) { in WalkUpFromDeclaratorDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp253 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
H A DSema.cpp651 static bool ShouldRemoveFromUnused(Sema *SemaRef, const DeclaratorDecl *D) { in ShouldRemoveFromUnused()
1078 [this](const DeclaratorDecl *DD) { in ActOnEndOfTranslationUnit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp88 void VisitDeclaratorDecl(DeclaratorDecl *D);
275 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit()
524 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl()
529 DeclaratorDecl::ExtInfo *Info = D->getExtInfo(); in VisitDeclaratorDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h74 class DeclaratorDecl; variable
2007 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h137 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp84 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()

12