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

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 131 C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 90 Ty = Context.getObjCObjectPointerType(Ty);
105 Ty = Context.getObjCObjectPointerType(Ty);
120 Ty = Context.getObjCObjectPointerType(Ty);
136 Ty = Context.getObjCObjectPointerType(Ty);
220 S.NSNumberPointer = CX.getObjCObjectPointerType(NSNumberObject);
463 NSStringPointer = Context.getObjCObjectPointerType(NSStringObject);
723 = Context.getObjCObjectPointerType(
    [all...]
SemaType.cpp 761 Result = Context.getObjCObjectPointerType(Result);
    [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 500 return ctx.getObjCObjectPointerType(T);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
DeclObjC.cpp 712 selfTy = Context.getObjCObjectPointerType(selfTy);
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 246 milliseconds