HomeSort by relevance Sort by last modified time
    Searched refs:nested_umbrella_b (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Modules/Inputs/normal-module-map/nested_umbrella/
b.h 1 int nested_umbrella_b; variable
  /external/clang/test/Modules/
normal-module-map.cpp 26 return nested_umbrella_b;
27 // expected-error@-1{{use of undeclared identifier 'nested_umbrella_b'; did you mean 'nested_umbrella_a'?}}
34 return nested_umbrella_b;

Completed in 165 milliseconds