OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objcObjectType
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
Type.cpp
471
const
ObjCObjectType
*&bound) const {
492
->getAs<
ObjCObjectType
>();
535
ObjCObjectType
::
ObjCObjectType
(QualType Canonical, QualType Base,
571
bool
ObjCObjectType
::isSpecialized() const {
577
if (auto objcObject = getBaseType()->getAs<
ObjCObjectType
>()) {
589
ArrayRef<QualType>
ObjCObjectType
::getTypeArgs() const {
595
if (auto objcObject = getBaseType()->getAs<
ObjCObjectType
>()) {
607
bool
ObjCObjectType
::isKindOfType() const {
612
if (auto objcObject = getBaseType()->getAs<
ObjCObjectType
>()) {
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
747
const auto *
objcObjectType
= type->getAs<
ObjCObjectType
>();
748
if (!
objcObjectType
|| !
objcObjectType
->getInterface()) {
759
ObjCInterfaceDecl *objcClass =
objcObjectType
->getInterface();
773
if (
objcObjectType
->isSpecialized()) {
[
all
...]
SemaDeclObjC.cpp
53
const
ObjCObjectType
*result =
515
if (NamedDecl *IDecl = T->getAs<
ObjCObjectType
>()->getInterface()) {
[
all
...]
Completed in 109 milliseconds