OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_framework
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Modules/Inputs/DependsOnModule.framework/Frameworks/SubFramework.framework/Headers/
SubFramework.h
2
float *
sub_framework
;
variable
/external/clang/test/Modules/
subframeworks.m
8
float *sf1 =
sub_framework
; // expected-error{{declaration of '
sub_framework
' must be imported from module 'DependsOnModule.SubFramework' before it is required}}
15
float *sf2 =
sub_framework
;
autolink.m
25
return
sub_framework
;
/external/clang/test/Index/
index-module.m
32
// CHECK-DMOD-NEXT: [indexDeclaration]: kind: variable | name:
sub_framework
| {{.*}} | loc: [[DMOD_SUB_H]]:2:8
Completed in 1131 milliseconds