OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCInterfaceDeclInfo
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/libclang/
IndexingContext.h
141
struct
ObjCInterfaceDeclInfo
: public ObjCContainerDeclInfo {
145
ObjCInterfaceDeclInfo
(const ObjCInterfaceDecl *D)
Indexing.cpp
843
if (const
ObjCInterfaceDeclInfo
*
844
InterInfo = dyn_cast<
ObjCInterfaceDeclInfo
>(DI))
870
if (const
ObjCInterfaceDeclInfo
*
871
InterInfo = dyn_cast<
ObjCInterfaceDeclInfo
>(DI))
[
all
...]
IndexingContext.cpp
465
ObjCInterfaceDeclInfo
InterInfo(D);
[
all
...]
Completed in 48 milliseconds