/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 | 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 | no-protocol-option-tests.m | 30 @interface Root @end interface
|
D | method-undefined-warn-1.m | 45 @interface Root @end interface
|
D | property-user-setter.m | 64 @interface Root interface
|
D | warn-superclass-method-mismatch.m | 3 @interface Root interface
|
D | instancetype.m | 7 @interface Root 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 | link-errors.m | 8 @interface Root interface
|
D | protocols.m | 5 @interface Root interface
|
D | dot-syntax.m | 5 @interface Root interface
|
D | property.m | 7 @interface Root interface
|
D | messages-2.m | 8 @interface Root interface
|
/external/clang/include/clang/Rewrite/ |
D | DeltaTree.h | 27 void *Root; // "DeltaTreeNode *" variable
|
D | RewriteRope.h | 150 void /*RopePieceBTreeNode*/ *Root; variable
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
D | p3.cpp | 5 namespace Root { namespace
|
/external/clang/lib/CodeGen/ |
D | CodeGenTBAA.h | 51 llvm::MDNode *Root; variable
|
/external/clang/utils/TableGen/ |
D | ClangASTNodesEmitter.h | 34 Record Root; variable
|
/external/clang/test/CodeGenCXX/ |
D | derived-to-base-conv.cpp | 56 struct Root { struct 62 struct Base : Root { argument
|
/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/llvm/include/llvm/Support/ |
D | MDBuilder.h | 81 MDNode *Root = MDNode::get(Context, Dummy); in createAnonymousTBAARoot() local
|
/external/llvm/lib/Support/ |
D | IntervalMap.cpp | 19 void Path::replaceRoot(void *Root, unsigned Size, IdxPair Offsets) { in replaceRoot()
|
/external/clang/include/clang/Analysis/ |
D | CallGraph.h | 44 CallGraphNode *Root; variable
|