OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCProtocolDeclInfo
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
IndexingContext.h
156
struct
ObjCProtocolDeclInfo
: public ObjCContainerDeclInfo {
159
ObjCProtocolDeclInfo
(const ObjCProtocolDecl *D)
Indexing.cpp
872
if (const
ObjCProtocolDeclInfo
*
873
ProtInfo = dyn_cast<
ObjCProtocolDeclInfo
>(DI))
[
all
...]
IndexingContext.cpp
506
ObjCProtocolDeclInfo
ProtInfo(D);
[
all
...]
Completed in 31 milliseconds