OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDNS_LocalExtern
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
DeclBase.h
164
IDNS_LocalExtern
= 0x0800
915
IdentifierNamespace |=
IDNS_LocalExtern
;
924
return IdentifierNamespace &
IDNS_LocalExtern
;
[
all
...]
/external/clang/include/clang/Sema/
Lookup.h
627
IDNS |= Decl::
IDNS_LocalExtern
;
629
IDNS &= ~Decl::
IDNS_LocalExtern
;
/external/clang/lib/Sema/
SemaLookup.cpp
228
IDNS |= Decl::
IDNS_LocalExtern
;
276
Decl::
IDNS_LocalExtern
;
[
all
...]
SemaCodeComplete.cpp
878
Decl::
IDNS_LocalExtern
| Decl::IDNS_ObjCProtocol)))
[
all
...]
Completed in 44 milliseconds