HomeSort by relevance Sort by last modified time
    Searched refs:ObjCObjectType (Results 1 - 25 of 36) sorted by null

1 2

  /external/clang/include/clang/AST/
Type.h     [all...]
CanonicalType.h 675 struct CanProxyAdaptor<ObjCObjectType>
676 : public CanProxyBase<ObjCObjectType> {
ASTContext.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 758 ObjCObjectType,
    [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 58 void BuildObjCObjectTypeInfo(const ObjCObjectType *Ty);
451 Ty = cast<ObjCObjectType>(Ty)->getBaseType().getTypePtr();
647 BuildObjCObjectTypeInfo(cast<ObjCObjectType>(Ty));
728 void RTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) {
    [all...]
CGDebugInfo.h 96 llvm::DIType CreateType(const ObjCObjectType *Ty, llvm::DIFile F);
CodeGenTypes.cpp 509 ResultType = ConvertType(cast<ObjCObjectType>(Ty)->getBaseType());
CGDebugInfo.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 424 ObjCObjectType::ObjCObjectType(QualType Canonical, QualType Base,
438 const ObjCObjectType *Type::getAsObjCQualifiedInterfaceType() const {
439 // There is no sugar for ObjCObjectType's, just return the canonical
442 if (const ObjCObjectType *T = getAs<ObjCObjectType>())
884 return cast<ObjCObjectType>(CanonicalType)->getBaseType()
    [all...]
ASTContext.cpp     [all...]
TypePrinter.cpp 990 void TypePrinter::printObjCObject(const ObjCObjectType *T,
999 for (ObjCObjectType::qual_iterator
    [all...]
ASTImporter.cpp 78 QualType VisitObjCObjectType(const ObjCObjectType *T);
809 const ObjCObjectType *Obj1 = cast<ObjCObjectType>(T1);
810 const ObjCObjectType *Obj2 = cast<ObjCObjectType>(T2);
    [all...]
Expr.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
SemaPseudoObject.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDeclObjC.cpp 51 const ObjCObjectType *result = method->getResultType()
456 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface())
529 if (NamedDecl *IDecl = T->getAs<ObjCObjectType>()->getInterface()) {
    [all...]
SemaCodeComplete.cpp     [all...]
SemaType.cpp 787 if (const ObjCObjectType *ObjT = Result->getAs<ObjCObjectType>()) {
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 565 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
    [all...]
CXType.cpp 327 D = cast<ObjCObjectType>(TP)->getInterface();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 471 if (T->getAs<ObjCObjectType>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 587 else if (T->getAs<ObjCObjectType>()) {
588 // Some code tries to take the sizeof an ObjCObjectType, relying that

Completed in 220 milliseconds

1 2