| /openbsd-src/gnu/llvm/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 | MicrosoftCXXABI.cpp | 113 llvm::SmallDenseMap<TagDecl *, DeclaratorDecl *> 179 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl() 181 DD = cast<DeclaratorDecl>(DD->getCanonicalDecl()); in addDeclaratorForUnnamedTagDecl() 182 DeclaratorDecl *&I = UnnamedTagDeclToDeclaratorDecl[TD]; in addDeclaratorForUnnamedTagDecl() 187 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
|
| 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 | 1924 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc() 1930 SourceLocation DeclaratorDecl::getTypeSpecEndLoc() const { in getTypeSpecEndLoc() 1936 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo() 1955 void DeclaratorDecl::setTrailingRequiresClause(Expr *TrailingRequiresClause) { in setTrailingRequiresClause() 1970 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo() 1986 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart() 2026 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange() 2074 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl() 2134 return DeclaratorDecl::getSourceRange(); in getSourceRange() 2875 return SourceRange(DeclaratorDecl::getBeginLoc(), getLocation()); in getSourceRange() [all …]
|
| H A D | Comment.cpp | 310 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
|
| H A D | DeclTemplate.cpp | 723 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl() 796 return DeclaratorDecl::getSourceRange(); in getSourceRange()
|
| H A D | ComputeDependence.cpp | 441 if (auto *DD = cast_or_null<DeclaratorDecl>(E->getIteratorDecl(I))) { in computeDependence()
|
| /openbsd-src/gnu/llvm/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 672 bool SubstQualifier(const DeclaratorDecl *OldDecl, 673 DeclaratorDecl *NewDecl);
|
| /openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 57 void addIfInMain(const DeclaratorDecl *DD, SourceLocation defStart); 84 void MapExtDefNamesConsumer::addIfInMain(const DeclaratorDecl *DD, in addIfInMain()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SValBuilder.h | 41 class DeclaratorDecl; variable 251 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | TransGCAttrs.cpp | 54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | DeclFriend.h | 154 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
|
| H A D | Decl.h | 767 class DeclaratorDecl : public ValueDecl { 787 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() function 915 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> { 1917 class FunctionDecl : public DeclaratorDecl, 2943 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> { 2994 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in FieldDecl()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CursorVisitor.h | 221 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
|
| H A D | CXType.cpp | 246 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) in clang_getCursorType()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 90 void VisitDeclaratorDecl(DeclaratorDecl *D); 281 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit() 534 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl() 539 DeclaratorDecl::ExtInfo *Info = D->getExtInfo(); in VisitDeclaratorDecl()
|
| H A D | ASTReaderDecl.cpp | 365 void VisitDeclaratorDecl(DeclaratorDecl *DD); 542 if (auto *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit() 880 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { in VisitDeclaratorDecl() 884 auto *Info = new (Reader.getContext()) DeclaratorDecl::ExtInfo(); in VisitDeclaratorDecl()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 486 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 75 class DeclaratorDecl; variable 2056 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 136 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 88 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
|