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 28 return nested_umbrella_b; // expected-error{{use of undeclared identifier 'nested_umbrella_b'; did you mean 'nested_umbrella_a'?}}
34 return nested_umbrella_b;

Completed in 153 milliseconds