OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objcObjectType
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
681
const
ObjCObjectType
*&bound) const {
702
->getAs<
ObjCObjectType
>();
731
ObjCObjectType
::
ObjCObjectType
(QualType Canonical, QualType Base,
753
bool
ObjCObjectType
::isSpecialized() const {
759
if (const auto objcObject = getBaseType()->getAs<
ObjCObjectType
>()) {
771
ArrayRef<QualType>
ObjCObjectType
::getTypeArgs() const {
777
if (const auto objcObject = getBaseType()->getAs<
ObjCObjectType
>()) {
789
bool
ObjCObjectType
::isKindOfType() const {
794
if (const auto objcObject = getBaseType()->getAs<
ObjCObjectType
>()) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
842
const auto *
objcObjectType
= type->getAs<
ObjCObjectType
>();
843
if (!
objcObjectType
|| !
objcObjectType
->getInterface()) {
854
ObjCInterfaceDecl *objcClass =
objcObjectType
->getInterface();
868
if (
objcObjectType
->isSpecialized()) {
4824
if (LangOpts.ObjC && T->getAs<
ObjCObjectType
>()) {
7201
const
ObjCObjectType
*objType = ptrType ? ptrType->getObjectType()
7202
: type->getAs<
ObjCObjectType
>();
SemaDeclObjC.cpp
52
const
ObjCObjectType
*result =
590
if (NamedDecl *IDecl = T->castAs<
ObjCObjectType
>()->getInterface()) {
1123
if (const
ObjCObjectType
*OPT = T->getAs<
ObjCObjectType
>()) {
1158
if (NamedDecl *IDecl = T->castAs<
ObjCObjectType
>()->getInterface()) {
1438
if (const auto *
objcObjectType
= base->getAs<
ObjCObjectType
>()) {
1439
baseClass =
objcObjectType
->getInterface();
3074
if (isa<
ObjCObjectType
>(TDD->getUnderlyingType())) {
3463
const
ObjCObjectType
*TypeBound)
[
all
...]
Completed in 67 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026