OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nested_umbrella_a
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/
a.h
1
int
nested_umbrella_a
;
variable
/external/clang/test/Modules/
normal-module-map.cpp
1
// Note: inside the module. expected-note{{'
nested_umbrella_a
' declared here}}
24
return
nested_umbrella_a
;
28
return nested_umbrella_b; // expected-error{{use of undeclared identifier 'nested_umbrella_b'; did you mean '
nested_umbrella_a
'?}}
Completed in 74 milliseconds