OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getObjectType
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
117
return PointerType->
getObjectType
()->isObjCClass();
162
return {ObjTy->
getObjectType
(), /*Precise=*/true};
223
return {ReceiverInferredType->
getObjectType
()};
482
if (To->
getObjectType
()->getSuperClassType().isNull()) {
490
To->
getObjectType
()->getSuperClassType()->castAs<ObjCObjectType>();
LocalizationChecker.cpp
907
ObjCInterfaceDecl *Cls = PT->
getObjectType
()->getInterface();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
6101
/// For 'A*',
getObjectType
() will return 'A'.
6102
/// For 'A<P>*',
getObjectType
() will return 'A<P>'.
6103
/// For 'AP*',
getObjectType
() will return 'A<P>'.
6104
/// For 'A1*',
getObjectType
() will return 'A'.
6105
/// For 'A1<P>*',
getObjectType
() will return 'A1<P>'.
6106
/// For 'A1P*',
getObjectType
() will return 'A1<P>'.
6107
/// For 'A1PQ*',
getObjectType
() will return 'A1<Q>', because
6109
/// old qualifiers (for now). But if it didn't,
getObjectType
()
6112
const ObjCObjectType *
getObjectType
() const {
6128
return
getObjectType
()->getInterface()
[
all
...]
ExprCXX.h
205
QualType
getObjectType
() const;
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
701
bound = OPT->
getObjectType
()->stripObjCKindOfTypeAndQuals(ctx)
829
QualType obj =
getObjectType
()->stripObjCKindOfTypeAndQuals(ctx);
1296
const auto *obj = objPtr->
getObjectType
();
1434
? ptrType->
getObjectType
()
1547
objectType = objectPointerType->
getObjectType
();
1671
if (auto interfaceDecl =
getObjectType
()->getInterface()) {
1680
QualType superObjectType =
getObjectType
()->getSuperClassType();
4245
if (opt->
getObjectType
()->isObjCClass())
ASTContext.cpp
5177
const ObjCObjectType *objT = objPtr->
getObjectType
();
8907
const ObjCObjectType* LHS = LHSOPT->
getObjectType
();
8908
const ObjCObjectType* RHS = RHSOPT->
getObjectType
();
9036
const ObjCObjectType* LHS = LHSOPT->
getObjectType
();
9037
const ObjCObjectType* RHS = RHSOPT->
getObjectType
();
9155
const ObjCObjectType *LHS = Lptr->
getObjectType
();
9156
const ObjCObjectType *RHS = Rptr->
getObjectType
();
ExprCXX.cpp
661
QualType CXXMemberCallExpr::
getObjectType
() const {
ExprConstant.cpp
11143
static QualType
getObjectType
(APValue::LValueBase B) {
11356
QualType BaseTy =
getObjectType
(LVal.getLValueBase());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
1193
const ObjCObjectType *ty = opty->
getObjectType
();
1207
if (opty && !opty->
getObjectType
()->getInterface())
1488
const ObjCObjectType *OT = OPT->
getObjectType
();
SemaExprObjC.cpp
3350
if (OPT->
getObjectType
()->isObjCClass()) {
4029
= InterfacePointerType->
getObjectType
()->getInterface();
4095
= InterfacePointerType->
getObjectType
()->getInterface();
SemaObjCProperty.cpp
595
ObjCInterfaceDecl *IDecl = ObjPtrTy->
getObjectType
()->getInterface();
SemaDeclObjC.cpp
53
method->getReturnType()->castAs<ObjCObjectPointerType>()->
getObjectType
();
SemaStmt.cpp
2197
const ObjCObjectType *objectType = pointerType->
getObjectType
();
SemaDeclAttr.cpp
164
ObjCInterfaceDecl *Cls = PT->
getObjectType
()->getInterface();
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
277
addReceivers(Ptr->
getObjectType
());
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
1255
ReceiverT = cast<ObjCObjectPointerType>(SupersType)->
getObjectType
();
1275
ReceiverT = ReceiverDynT->
getObjectType
();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
437
ObjCInterfaceDecl *IDecl = ObjPtrTy->
getObjectType
()->getInterface();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
222
= InterfacePointerType->
getObjectType
()->getInterface();
CGObjCGNU.cpp
2391
const ObjCInterfaceDecl *IDecl = OPT->
getObjectType
()->getInterface();
ItaniumCXXABI.cpp
2014
ThisTy = CE->
getObjectType
();
MicrosoftCXXABI.cpp
1986
ThisTy = CE->
getObjectType
();
CGExprScalar.cpp
2709
CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->
getObjectType
());
CGObjCMac.cpp
4833
const ObjCObjectType *ObjTy = OPT->
getObjectType
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
1970
ObjCInterfaceDecl *IDecl = Ptr->
getObjectType
()->getInterface();
RewriteObjC.cpp
1866
ObjCInterfaceDecl *IDecl = Ptr->
getObjectType
()->getInterface();
Completed in 117 milliseconds
1
2
Indexes created Wed Jun 17 00:25:26 UTC 2026