HomeSort by relevance Sort by last modified time
    Searched refs:getObjCObjectPointerType (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 82 Ty = Context.getObjCObjectPointerType(Ty);
97 Ty = Context.getObjCObjectPointerType(Ty);
112 Ty = Context.getObjCObjectPointerType(Ty);
232 Ty = Context.getObjCObjectPointerType(Ty);
292 return Context.getObjCObjectPointerType(
299 return Context.getObjCObjectPointerType(ReceiverType);
745 T = Context.getObjCObjectPointerType(T);
    [all...]
Sema.cpp 113 T = Context.getObjCObjectPointerType(T);
126 T = Context.getObjCObjectPointerType(T);
    [all...]
SemaType.cpp 634 Result = Context.getObjCObjectPointerType(Result);
788 Result = Context.getObjCObjectPointerType(Result);
794 Result = Context.getObjCObjectPointerType(Result);
    [all...]
SemaStmt.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 364 return ctx.getObjCObjectPointerType(T);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 498 selfTy = Context.getObjCObjectPointerType(selfTy);
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 774 /// getObjCObjectPointerType - Return a ObjCObjectPointerType type
776 QualType getObjCObjectPointerType(QualType OIT) const;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 73 milliseconds