OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDNS_ObjCProtocol
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Sema/
SemaLookup.cpp
280
IDNS = Decl::
IDNS_ObjCProtocol
;
285
| Decl::IDNS_Using | Decl::IDNS_Namespace | Decl::
IDNS_ObjCProtocol
[
all
...]
SemaCodeComplete.cpp
878
Decl::IDNS_LocalExtern | Decl::
IDNS_ObjCProtocol
)))
882
if (((I->first->getIdentifierNamespace() & Decl::
IDNS_ObjCProtocol
)
883
|| (IDNS & Decl::
IDNS_ObjCProtocol
)) &&
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
138
IDNS_ObjCProtocol
= 0x0040,
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
604
return
IDNS_ObjCProtocol
;
[
all
...]
ASTImporter.cpp
[
all
...]
Completed in 160 milliseconds