/external/clang/test/Rewriter/ |
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 | 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 | 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 | dealloc.m | 12 @interface Root <Foo> interface
|
D | no-protocol-option-tests.m | 30 @interface Root @end interface
|
D | deprecated-objc-introspection.m | 65 @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/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/chromium_org/net/quic/congestion_control/ |
D | cube_root.cc | 61 uint32 CubeRoot::Root(uint64 a) { in Root() function in net::CubeRoot
|
/external/llvm/include/llvm/Analysis/ |
D | DominatorInternals.h | 231 typename GraphT::NodeType* Root = DT.Vertex[1]; in Calculate() local 252 typename GraphT::NodeType* Root = !MultipleRoots ? DT.Roots[0] : 0; in Calculate() local
|
/external/clang/test/CodeGenCXX/ |
D | derived-to-base-conv.cpp | 46 struct Root { struct
|