Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DCXXABI.h24 class DeclaratorDecl; variable
69 DeclaratorDecl *DD) = 0;
71 virtual DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) = 0;
DMicrosoftCXXABI.cpp73 llvm::SmallDenseMap<TagDecl *, DeclaratorDecl *>
133 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
135 DD = cast<DeclaratorDecl>(DD->getCanonicalDecl()); in addDeclaratorForUnnamedTagDecl()
136 DeclaratorDecl *&I = UnnamedTagDeclToDeclaratorDecl[TD]; in addDeclaratorForUnnamedTagDecl()
141 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
DItaniumCXXABI.cpp160 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
162 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD) override { in getDeclaratorForUnnamedTagDecl()
DDecl.cpp1640 SourceLocation DeclaratorDecl::getTypeSpecStartLoc() const { in getTypeSpecStartLoc()
1646 void DeclaratorDecl::setQualifierInfo(NestedNameSpecifierLoc QualifierLoc) { in setQualifierInfo()
1676 void DeclaratorDecl::setTemplateParameterListsInfo( in setTemplateParameterListsInfo()
1692 SourceLocation DeclaratorDecl::getOuterLocStart() const { in getOuterLocStart()
1736 SourceRange DeclaratorDecl::getSourceRange() const { in getSourceRange()
1784 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in VarDecl()
1845 return DeclaratorDecl::getSourceRange(); in getSourceRange()
2319 return SourceRange(DeclaratorDecl::getLocStart(), getLocation()); in getSourceRange()
2321 return DeclaratorDecl::getSourceRange(); in getSourceRange()
3393 return DeclaratorDecl::getSourceRange(); in getSourceRange()
DDeclTemplate.cpp549 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc), in NonTypeTemplateParmDecl()
610 return DeclaratorDecl::getSourceRange(); in getSourceRange()
/external/clang/include/clang/Sema/
DExternalSemaSource.h32 class DeclaratorDecl; variable
114 SmallVectorImpl<const DeclaratorDecl *> &Decls) {} in ReadUnusedFileScopedDecls()
DMultiplexExternalSemaSource.h25 class DeclaratorDecl; variable
247 SmallVectorImpl<const DeclaratorDecl*> &Decls) override;
DTemplate.h496 bool SubstQualifier(const DeclaratorDecl *OldDecl,
497 DeclaratorDecl *NewDecl);
DInitialization.h30 class DeclaratorDecl; variable
132 DeclaratorDecl *VariableOrMember;
358 DeclaratorDecl *getDecl() const;
/external/clang/include/clang/AST/
DDeclFriend.h144 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange()
DDecl.h586 class DeclaratorDecl : public ValueDecl {
604 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, in DeclaratorDecl() function
708 class VarDecl : public DeclaratorDecl, public Redeclarable<VarDecl> {
1536 class FunctionDecl : public DeclaratorDecl, public DeclContext,
1658 : DeclaratorDecl(DK, DC, NameInfo.getLoc(), NameInfo.getName(), T, TInfo, in FunctionDecl()
2274 class FieldDecl : public DeclaratorDecl, public Mergeable<FieldDecl> {
2319 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), in FieldDecl()
DASTContext.h2390 void addDeclaratorForUnnamedTagDecl(TagDecl *TD, DeclaratorDecl *DD);
2392 DeclaratorDecl *getDeclaratorForUnnamedTagDecl(const TagDecl *TD);
2547 DeclaratorDecl *Decl;
2551 SectionInfo(DeclaratorDecl *Decl, in SectionInfo()
/external/lldb/include/lldb/Core/
DClangForward.h51 class DeclaratorDecl; variable
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp55 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl()
/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp52 EXPECT_TRUE(DNT<DeclaratorDecl>().isBaseOf(DNT<ParmVarDecl>(), &Distance)); in TEST()
/external/clang/tools/libclang/
DCursorVisitor.h213 bool VisitDeclaratorDecl(DeclaratorDecl *DD);
DIndexDecl.cpp34 void handleDeclarator(const DeclaratorDecl *D, in handleDeclarator()
DCXType.cpp168 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) in clang_getCursorType()
/external/clang/lib/Sema/
DMultiplexExternalSemaSource.cpp234 SmallVectorImpl<const DeclaratorDecl*> &Decls) { in ReadUnusedFileScopedDecls()
DSemaAttr.cpp365 DeclaratorDecl *Decl) { in UnifySection()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp279 void VisitDeclaratorDecl(DeclaratorDecl *DD);
426 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit()
428 DeclaratorDecl::ExtInfo *Info = in Visit()
429 DD->DeclInfo.get<DeclaratorDecl::ExtInfo *>(); in Visit()
688 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { in VisitDeclaratorDecl()
692 DeclaratorDecl::ExtInfo *Info in VisitDeclaratorDecl()
693 = new (Reader.getContext()) DeclaratorDecl::ExtInfo(); in VisitDeclaratorDecl()
DASTWriterDecl.cpp80 void VisitDeclaratorDecl(DeclaratorDecl *D);
263 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in Visit()
473 void ASTDeclWriter::VisitDeclaratorDecl(DeclaratorDecl *D) { in VisitDeclaratorDecl()
/external/clang/lib/CodeGen/
DCGDebugInfo.h112 std::vector<std::pair<const DeclaratorDecl *, llvm::TrackingMDRef>>
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h365 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl>
2334 AST_MATCHER_P(DeclaratorDecl, hasTypeLoc, internal::Matcher<TypeLoc>, Inner) { in AST_MATCHER_P() argument
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp321 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl())) in visitNodeInitial()

12