| /netbsd-src/external/apache2/llvm/dist/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() 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 D | Comment.cpp | 302 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
|
| H A D | DeclTemplate.cpp | 701 : 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 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 597 bool SubstQualifier(const DeclaratorDecl *OldDecl, 598 DeclaratorDecl *NewDecl);
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 50 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 D | TransGCAttrs.cpp | 54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 40 class DeclaratorDecl; variable 274 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
|
| /netbsd-src/external/apache2/llvm/dist/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 | 700 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 D | CursorVisitor.h | 214 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
|
| H A D | CXType.cpp | 238 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) in clang_getCursorType()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 253 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
|
| H A D | Sema.cpp | 651 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 D | ASTWriterDecl.cpp | 88 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 D | ASTReader.h | 74 class DeclaratorDecl; variable 2007 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 137 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 84 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
|