Home
last modified time | relevance | path

Searched refs:AnotherNS (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Modules/
Dno-linkage.cpp13 const int AnotherNS = 0; // expected-note {{candidate}} variable
38 use(AnotherNS); in use_things()
53 use(AnotherNS); // expected-error {{ambiguous}} in use_things_again()
/external/clang/test/Modules/Inputs/no-linkage/
Ddecls.h8 namespace AnotherNS {}