Searched refs:DERIVED (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/AST/ |
D | DumpXML.cpp | 69 #define DECL(DERIVED, BASE) \ in dispatch() argument 70 case Decl::DERIVED: \ in dispatch() 71 DISPATCH(dispatch##DERIVED##DeclAttrs, DERIVED##Decl); \ in dispatch() 73 DISPATCH(dispatch##DERIVED##DeclChildren, DERIVED##Decl); \ in dispatch() 74 DISPATCH(dispatch##DERIVED##DeclAsContext, DERIVED##Decl); \ in dispatch() 81 #define DECL(DERIVED, BASE) \ argument 82 void dispatch##DERIVED##DeclAttrs(DERIVED##Decl *D) { \ 84 DISPATCH(visit##DERIVED##DeclAttrs, DERIVED##Decl); \ 86 void visit##DERIVED##DeclAttrs(DERIVED##Decl *D) {} \ 87 void dispatch##DERIVED##DeclChildren(DERIVED##Decl *D) { \ [all …]
|
D | DeclBase.cpp | 39 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 74 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 93 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 108 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 114 #define DECL(DERIVED, BASE) \ in PrintStats() argument 115 if (n##DERIVED##s > 0) { \ in PrintStats() 116 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \ in PrintStats() 117 llvm::errs() << " " << n##DERIVED##s << " " #DERIVED " decls, " \ in PrintStats() 118 << sizeof(DERIVED##Decl) << " each (" \ in PrintStats() 119 << n##DERIVED##s * sizeof(DERIVED##Decl) \ in PrintStats() [all …]
|
D | ASTDumper.cpp | 526 #define DECL(DERIVED, BASE) \ in getPreviousDecl() argument 527 case Decl::DERIVED: \ in getPreviousDecl() 528 return getPreviousDeclImpl(cast<DERIVED##Decl>(D)); in getPreviousDecl()
|
/external/clang/include/clang/AST/ |
D | DeclVisitor.h | 39 #define DECL(DERIVED, BASE) \ in Visit() argument 40 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl); in Visit() 49 #define DECL(DERIVED, BASE) \ argument 50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
|
D | StmtIterator.h | 78 template <typename DERIVED, typename REFERENCE> 92 DERIVED& operator++() { 100 return static_cast<DERIVED&>(*this); 103 DERIVED operator++(int) { 104 DERIVED tmp = static_cast<DERIVED&>(*this); 109 bool operator==(const DERIVED& RHS) const { 113 bool operator!=(const DERIVED& RHS) const {
|
D | DeclBase.h | 85 #define DECL(DERIVED, BASE) DERIVED, argument
|
/external/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 120 template<typename DERIVED, typename T> 127 static DERIVED *create(T *x) { in create() 130 return new DERIVED(context, x); in create()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 90 template <class DERIVED> 93 return new DERIVED(*static_cast<const DERIVED *>(this)); in clone()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 594 template <typename DERIVED> 637 static_cast<DERIVED*>(this)->VisitAddedToCluster(Base, Cluster); in GenerateClusters() 663 static_cast<DERIVED*>(this)->VisitCluster(baseR, *Cluster); in RunWorkList() 666 static_cast<DERIVED*>(this)->VisitBaseRegion(baseR); in RunWorkList()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 28800 DERIVED D ER0 AY1 V D
|