Home
last modified time | relevance | path

Searched refs:Sub2 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGenObjC/
Dcategory-super-class-meth.m15 @interface Sub2 : NSObject @end interface
17 @interface Sub2 (Category) @end interface in Category
19 @implementation Sub2 (Category) implementation in Category
24 // CHECK: define internal i8* @"\01+[Sub2(Category) copy]
/external/clang/test/Index/
Dannotate-module.m30 …] inclusion directive=[[INC_DIR:Module[/\\]Sub2\.h \(.*/Modules/Inputs/Module\.framework[/\\]Heade…
35 // CHECK-MOD-NEXT: Identifier: "Sub2" [1:18 - 1:22] inclusion directive=[[INC_DIR]]
Dindex-module.m42 // CHECK-TMOD-NEXT: [ppIncludedFile]: [[TMODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODH…
57 // CHECK-TMOD-NEXT: [importedASTFile]: [[PCM]] | loc: [[TMODHDR]]Sub.h:1:2 | name: "Module.Sub2" | …
59 …on]: kind: variable | name: Module_Sub2 | USR: c:@Module_Sub2 | {{.*}} | loc: [[TMODHDR]]Sub2.h:1:6
/external/clang/test/Modules/Inputs/
DMethodPoolASub2.h1 @interface A (Sub2)
Dmodule.map139 explicit module Sub2 {
150 explicit module Sub2 {
/external/clang/test/CodeGenObjCXX/
Dencode.mm142 struct Sub2 : public Sub_with_virt, public Base1, virtual DBase { struct
155 // CHECK: @g4 = constant [19 x i8] c"{Sub2=^^?qcf^^?cd}\00"
156 extern const char g4[] = @encode(Sub2);
/external/clang/test/Modules/
Dsubmodules.m6 // Note: transitively imports Module.Sub2.
Ddependency-dump.m13 // VFS: 'name': "Sub2.h"
Ddependency-dump-dependent-module.m14 // VFS: 'name': "Sub2.h"
/external/llvm/test/TableGen/
DSuperSubclassSameName.td21 class Sub2<int F> : Super2<F>;
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp308 DISubprogram Sub2 = cast<MDSubprogram>(*Iter); in TEST_F() local
311 (Sub1->getFunction() == OldFunc && Sub2->getFunction() == NewFunc) || in TEST_F()
312 (Sub1->getFunction() == NewFunc && Sub2->getFunction() == OldFunc)); in TEST_F()
/external/clang/test/FixIt/
Dtypo.m118 @interface Sub2 : Super interface
122 @implementation Sub2 implementation
/external/clang/test/ARCMT/Inputs/
Dmodule.map134 explicit module Sub2 {
145 explicit module Sub2 {
/external/antlr/antlr-3.4/tool/
DCHANGES.txt139 import Sub1, Sub2;