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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 671 QualType PType;
673 PType = getMessageSendResultType(QualType(OPT, 0), Getter, false, Super);
676 PType = ArgDecl->getType().getUnqualifiedType(); // can't be an array
681 if (!getLangOptions().CPlusPlus && !PType.hasQualifiers() &&
682 PType->isVoidType())
687 PType, VK, OK,
692 PType, VK, OK,
828 QualType PType;
832 PType = getMessageSendResultType(Context.getObjCInterfaceType(IFace),
    [all...]
SemaExprMember.cpp     [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 310 llvm::Type *PType
312 return Builder.CreateBitCast(Addr, PType);
    [all...]

Completed in 102 milliseconds