HomeSort by relevance Sort by last modified time
    Searched refs:getResultType (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 667 QualType ResTy = FD->getResultType();
722 !FD->getResultType()->isVoidType() && Builder.GetInsertBlock()) {
    [all...]
CGVTables.cpp 228 QualType ResultType = FPT->getResultType();
299 CGM.getCXXABI().HasThisReturn(GD) ? ThisType : FPT->getResultType();
    [all...]
CGCall.cpp 79 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
94 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
264 return arrangeLLVMFunctionInfo(noProto->getResultType(), None,
309 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys,
354 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,
403 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getResultType()),
    [all...]
CGObjC.cpp 83 BoxingMethod->getResultType(), Sel, Receiver, Args,
190 MethodWithObjects->getResultType(),
240 CGF.getContext().hasSameType(ExpT, Method->getResultType()) ||
372 method ? method->getResultType() : E->getType();
488 StartFunction(OMD, OMD->getResultType(), Fn, FI, args, StartLoc);
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaCodeComplete.cpp 704 T = Function->getResultType();
    [all...]
SemaDecl.cpp     [all...]
AnalysisBasedWarnings.cpp 332 ReturnsVoid = FD->getResultType()->isVoidType();
336 ReturnsVoid = MD->getResultType()->isVoidType();
343 if (FT->getResultType()->isVoidType())
    [all...]
SemaDeclAttr.cpp 155 return cast<FunctionProtoType>(FnTy)->getResultType();
156 return cast<ObjCMethodDecl>(D)->getResultType();
    [all...]
SemaPseudoObject.cpp 543 T = Getter->getResultType();
806 QualType resultType = Getter->getResultType();
    [all...]
SemaDeclCXX.cpp 786 QualType RT = NewFD->getResultType();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaAccess.cpp 384 ContextTy->getResultType(),
385 FriendTy->getResultType()))
    [all...]
  /external/clang/lib/AST/
DumpXML.cpp 852 dispatch(D->getResultType());
975 dispatch(T->getResultType());
ASTImporter.cpp 574 Function1->getResultType(),
575 Function2->getResultType()))
    [all...]
DeclObjC.cpp 733 if (!isInstanceMethod() || !getResultType()->isObjCObjectPointerType())
743 if (!getResultType()->isObjCObjectPointerType())
761 !getResultType()->isObjCIdType())
    [all...]
ExprClassification.cpp 350 Cl::Kinds kind = ClassifyUnnamed(Ctx, Method->getResultType());
  /external/clang/tools/libclang/
CXType.cpp 562 return MakeCXType(FD->getResultType(), GetTU(X));
571 return MakeCXType(MD->getResultType(), cxcursor::getCursorTU(C));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 255 QualType getResultType() const;
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 685 ResultType = Getter->getResultType();
691 ResultType = Getter->getResultType(); // with reference!
    [all...]
DeclObjC.h 341 QualType getResultType() const { return MethodDeclType; }
347 return getResultType().getNonLValueExprType(getASTContext());
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 812 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
    [all...]
RewriteModernObjC.cpp     [all...]

Completed in 558 milliseconds

12 3 4