Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXABI.h23 class DeclaratorDecl; variable
70 DeclaratorDecl *DD) = 0;
72 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
H A DMicrosoftCXXABI.cpp113 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 DItaniumCXXABI.cpp276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
278 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
H A DDecl.cpp1924 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 DComment.cpp310 if (const auto *VD = dyn_cast<DeclaratorDecl>(CommentDecl)) in fill()
H A DDeclTemplate.cpp723 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
796 return DeclaratorDecl::getSourceRange(); in getSourceRange()
H A DComputeDependence.cpp441 if (auto *DD = cast_or_null<DeclaratorDecl>(E->getIteratorDecl(I))) { in computeDependence()
/openbsd-src/gnu/llvm/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
672 bool SubstQualifier(const DeclaratorDecl *OldDecl,
673 DeclaratorDecl *NewDecl);
/openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp57 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 DSValBuilder.h41 class DeclaratorDecl; variable
251 NonLoc makePointerToMember(const DeclaratorDecl *DD) { in makePointerToMember()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclFriend.h154 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
H A DDecl.h767 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 DCursorVisitor.h221 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
H A DCXType.cpp246 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) in clang_getCursorType()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp259 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp90 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 DASTReaderDecl.cpp365 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 DASTUtils.h486 llvm::SmallVectorImpl<const clang::DeclaratorDecl *> &Decls) override { in ReadUnusedFileScopedDecls()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h75 class DeclaratorDecl; variable
2056 SmallVectorImpl<const DeclaratorDecl *> &Decls) override;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h136 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexDecl.cpp88 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()

123