OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objcClass
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
272
if (other.IBCollInfo.
objcClass
) {
274
IBCollInfo.
objcClass
= &ClassInfo;
276
IBCollInfo.
objcClass
= nullptr;
314
IBInfo.IBCollInfo.
objcClass
= nullptr;
320
IBInfo.IBCollInfo.
objcClass
= &IBInfo.ClassInfo;
759
CatDInfo.ObjCCatDeclInfo.
objcClass
= &ClassEntity;
763
CatDInfo.ObjCCatDeclInfo.
objcClass
= nullptr;
789
CatDInfo.ObjCCatDeclInfo.
objcClass
= &ClassEntity;
793
CatDInfo.ObjCCatDeclInfo.
objcClass
= nullptr;
CXIndexDataConsumer.h
229
IBCollInfo.
objcClass
= nullptr;
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
6349
const CXIdxEntityInfo *
objcClass
;
6418
const CXIdxEntityInfo *
objcClass
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
854
ObjCInterfaceDecl *
objcClass
= objcObjectType->getInterface();
855
ObjCTypeParamList *typeParams =
objcClass
->getTypeParamList();
858
<<
objcClass
->getDeclName()
928
<<
objcClass
->getDeclName()
931
S.Diag(
objcClass
->getLocation(), diag::note_previous_decl)
932
<<
objcClass
;
1027
<<
objcClass
->getDeclName()
1030
S.Diag(
objcClass
->getLocation(), diag::note_previous_decl)
1031
<<
objcClass
;
4090
if (auto
objcClass
= type->getAs<ObjCInterfaceType>())
[
all
...]
SemaDeclObjC.cpp
1556
if (auto
objcClass
= dyn_cast<ObjCInterfaceDecl>(decl)) {
1557
typeDecls.push_back(
objcClass
);
1714
if (auto
objcClass
= corrected.getCorrectionDeclAs<ObjCInterfaceDecl>()) {
1719
typeDecls[i] =
objcClass
;
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
3773
CatInfo->
objcClass
);
4413
"
ObjCClass
<class name>\n"
4442
if (memcmp(kind, "
ObjCClass
", 9) == 0) {
Completed in 51 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026