/external/clang/test/Rewriter/ |
D | objc-modern-class-init.mm | 5 @interface Root @end interface 15 @implementation Root @end implementation 17 @interface Root(Cat) @end interface in Cat 21 @implementation Root(Cat) @end implementation in Cat
|
D | objc-modern-class-init-hooks.mm | 5 @interface Root @end interface 15 @implementation Root @end implementation 17 @interface Root(Cat) @end interface in Cat 21 @implementation Root(Cat) @end implementation in Cat
|
D | no-integrated-preprocessing.m | 9 @interface Root @end interface
|
D | no-integrated-preprocessing-64bit.m | 8 @interface Root @end interface
|
D | instancetype-test.mm | 8 @interface Root interface
|
/external/clang/test/SemaObjC/ |
D | duplicate-ivar-in-class-extension.m | 3 @interface Root @end interface 23 @interface Root () { interface in int
|
D | warn-implicit-self-in-block.m | 4 @interface Root @end interface
|
D | generic-selection.m | 5 @interface Root { interface
|
D | no-protocol-option-tests.m | 30 @interface Root @end interface
|
/external/clang/test/CodeGenObjC/ |
D | objc2-weak-import-attribute.m | 38 __attribute__((weak_import)) @interface Root @end interface 46 @implementation Root @end implementation
|
D | attr-exception.m | 5 @interface Root { interface
|
D | link-errors.m | 8 @interface Root interface
|
D | protocols.m | 5 @interface Root interface
|
D | dot-syntax.m | 5 @interface Root interface
|
/external/clang/include/clang/Rewrite/Core/ |
D | DeltaTree.h | 29 void *Root; // "DeltaTreeNode *" variable
|
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
D | SkPdfFDFTrailerDictionary_autogen.cpp | 11 SkPdfDictionary* SkPdfFDFTrailerDictionary::Root(SkPdfNativeDoc* doc) { in Root() function in SkPdfFDFTrailerDictionary
|
D | SkPdfFileTrailerDictionary_autogen.cpp | 35 SkPdfDictionary* SkPdfFileTrailerDictionary::Root(SkPdfNativeDoc* doc) { in Root() function in SkPdfFileTrailerDictionary
|
/external/clang/test/FixIt/ |
D | fixit-missing-self-in-block.m | 6 @interface Root @end interface
|
D | auto-isa-fixit.m | 39 @interface Root @end interface
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
D | p3.cpp | 6 namespace Root { namespace
|
/external/clang/test/Analysis/ |
D | null-deref-path-notes.m | 5 @interface Root { interface
|
D | ivars.m | 5 @interface Root { interface
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTreeConstruction.h | 231 typename GraphT::NodeType* Root = DT.Vertex[1]; in Calculate() local 252 typename GraphT::NodeType* Root = !MultipleRoots ? DT.Roots[0] : nullptr; in Calculate() local
|
/external/clang/test/CodeGenObjCXX/ |
D | property-lvalue-capture.mm | 10 @interface Root @end interface
|
/external/clang/test/CodeGenCXX/ |
D | derived-to-base-conv.cpp | 46 struct Root { struct
|