OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnotherNS
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Modules/Inputs/no-linkage/
decls.h
8
namespace
AnotherNS
{}
/external/clang/test/Modules/
no-linkage.cpp
13
const int
AnotherNS
= 0; // expected-note {{candidate}}
38
use(
AnotherNS
);
53
use(
AnotherNS
); // expected-error {{ambiguous}}
Completed in 56 milliseconds