OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCContainerDeclInfo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h
109
struct
ObjCContainerDeclInfo
: public DeclInfo {
112
ObjCContainerDeclInfo
(bool isForwardRef,
119
ObjCContainerDeclInfo
(DInfoKind K,
143
struct ObjCInterfaceDeclInfo : public
ObjCContainerDeclInfo
{
148
:
ObjCContainerDeclInfo
(Info_ObjCInterface,
158
struct ObjCProtocolDeclInfo : public
ObjCContainerDeclInfo
{
162
:
ObjCContainerDeclInfo
(Info_ObjCProtocol,
172
struct ObjCCategoryDeclInfo : public
ObjCContainerDeclInfo
{
177
:
ObjCContainerDeclInfo
(Info_ObjCCategory,
452
ObjCContainerDeclInfo
&ContDInfo)
[
all
...]
CXIndexDataConsumer.cpp
602
ObjCContainerDeclInfo
&ContDInfo) {
664
ObjCContainerDeclInfo
ContDInfo(/*isForwardRef=*/true, isRedeclaration,
706
ObjCContainerDeclInfo
ContDInfo(/*isForwardRef=*/false,
719
ObjCContainerDeclInfo
ContDInfo(/*isForwardRef=*/true,
Indexing.cpp
730
if (const
ObjCContainerDeclInfo
*
731
ContInfo = dyn_cast<
ObjCContainerDeclInfo
>(DI))
Completed in 23 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026