/external/clang/include/clang/AST/ |
D | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 24 #define STMT(DERIVED, BASE) class DERIVED; argument 27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
D | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl); in Visit() 50 #define DECL(DERIVED, BASE) \ argument 51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
|
D | ASTTypeTraits.h | 122 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 125 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument 176 #define DECL(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Decl) 178 #define STMT(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED) 180 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type)
|
D | StmtIterator.h | 74 template <typename DERIVED, typename REFERENCE> 87 DERIVED& operator++() { 95 return static_cast<DERIVED&>(*this); 98 DERIVED operator++(int) { 99 DERIVED tmp = static_cast<DERIVED&>(*this); 104 bool operator==(const DERIVED& RHS) const { 108 bool operator!=(const DERIVED& RHS) const {
|
D | DeclBase.h | 77 #define DECL(DERIVED, BASE) DERIVED, argument
|
/external/clang/include/clang/Sema/ |
D | Template.h | 405 #define DECL(DERIVED, BASE) \ argument 406 Decl *Visit ## DERIVED ## Decl(DERIVED ## Decl *D); 410 #define OBJCCONTAINER(DERIVED, BASE) argument 411 #define FILESCOPEASM(DERIVED, BASE) argument 412 #define IMPORT(DERIVED, BASE) argument 413 #define LINKAGESPEC(DERIVED, BASE) argument 414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 415 #define OBJCMETHOD(DERIVED, BASE) argument 416 #define OBJCIVAR(DERIVED, BASE) argument 417 #define OBJCPROPERTY(DERIVED, BASE) argument [all …]
|
/external/clang/lib/AST/ |
D | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 83 #define DECL(DERIVED, BASE) \ in getFromNode() argument 84 case Decl::DERIVED: return ASTNodeKind(NKI_##DERIVED##Decl); in getFromNode()
|
D | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 80 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 100 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 115 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 121 #define DECL(DERIVED, BASE) \ in PrintStats() argument 122 if (n##DERIVED##s > 0) { \ in PrintStats() 123 totalBytes += (int)(n##DERIVED##s * sizeof(DERIVED##Decl)); \ in PrintStats() 124 llvm::errs() << " " << n##DERIVED##s << " " #DERIVED " decls, " \ in PrintStats() 125 << sizeof(DERIVED##Decl) << " each (" \ in PrintStats() 126 << n##DERIVED##s * sizeof(DERIVED##Decl) \ in PrintStats() [all …]
|
D | ASTDumper.cpp | 841 #define DECL(DERIVED, BASE) \ in dumpPreviousDecl() argument 842 case Decl::DERIVED: \ in dumpPreviousDecl() 843 return dumpPreviousDeclImpl(OS, cast<DERIVED##Decl>(D)); in dumpPreviousDecl()
|
/external/llvm/include/llvm/Support/ |
D | CrashRecoveryContext.h | 128 template<typename DERIVED, typename T> 135 static DERIVED *create(T *x) { in create() 138 return new DERIVED(context, x); in create()
|
/external/skia/include/gpu/ |
D | GrGpuResource.h | 47 template <typename DERIVED> class GrIORef : public SkNoncopyable { 64 if (!static_cast<const DERIVED*>(this)->notifyRefCountIsZero()) { in unref() 124 static_cast<const DERIVED*>(this)->notifyAllCntsAreZero(cntTypeRemoved); in didRemoveRefOrPendingIO()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporterVisitor.h | 88 template <class DERIVED> 91 return llvm::make_unique<DERIVED>(*static_cast<const DERIVED *>(this)); in clone()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 642 template <typename DERIVED> 703 static_cast<DERIVED*>(this)->VisitAddedToCluster(Base, Cluster); in GenerateClusters() 728 static_cast<DERIVED*>(this)->VisitCluster(BaseR, getCluster(BaseR)); in RunWorkList() 737 static_cast<DERIVED*>(this)->VisitCluster(BaseR, C); in VisitCluster()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |