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

1 2 3 4

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp 45 QualType ResDerived = MethDerived->getResultType();
46 QualType ResAncestor = MethAncestor->getResultType();
NSErrorChecker.cpp 57 if (!D->getResultType()->isVoidType())
105 if (!D->getResultType()->isVoidType())
CallAndMessageChecker.cpp 378 msg.getResultType().print(os, C.getLangOpts());
403 QualType RetTy = Msg.getResultType();
  /external/clang/lib/AST/
Comment.cpp 161 ResultType = FD->getResultType();
182 ResultType = MD->getResultType();
195 ResultType = FD->getResultType();
DeclPrinter.cpp 116 BaseType = FTy->getResultType();
551 AFT->getResultType().print(Out, Policy, Proto);
898 if (!OMD->getResultType().isNull())
899 Out << '(' << OMD->getResultType().getAsString(Policy) << ")";
    [all...]
TypePrinter.cpp 590 printBefore(T->getResultType(), OS);
681 print(T->getResultType(), OS, StringRef());
683 printAfter(T->getResultType(), OS);
690 printBefore(T->getResultType(), OS);
704 printAfter(T->getResultType(), OS);
    [all...]
Type.cpp 600 return Visit(T->getResultType());
    [all...]
ASTContext.cpp     [all...]
DumpXML.cpp 852 dispatch(D->getResultType());
975 dispatch(T->getResultType());
  /frameworks/compile/slang/
slang_rs_check_ast.cpp 48 clang::QualType resultType = FD->getResultType().getCanonicalType();
slang_rs_export_foreach.cpp 79 mResultType = FD->getResultType().getCanonicalType();
510 if (FD->getResultType().getCanonicalType() == IntType) {
597 if (FD->getResultType().getCanonicalType() != IntType) {
617 if (FD->getResultType().getCanonicalType() != C.VoidTy) {
slang_rs_export_func.cpp 39 if (FD->getResultType().getCanonicalType() != C.VoidTy) {
  /external/clang/include/clang/AST/
CanonicalType.h 547 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getResultType)
554 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getResultType)
561 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getResultType)
  /external/clang/lib/Analysis/
BodyFarm.cpp 38 if (!FT || !FT->getResultType()->isVoidType() ||
282 QualType ResultTy = D->getResultType();
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 51 const ObjCObjectType *result = method->getResultType()
119 QualType ResultType = NewMethod->getResultType();
209 if (!S.Context.hasSameType(method->getResultType(), S.Context.VoidTy)) {
216 << method->getResultType()
220 << method->getResultType()
    [all...]
SemaExceptionSpec.cpp 207 Context.getFunctionType(NewProto->getResultType(),
232 Context.getFunctionType(NewProto->getResultType(),
746 Target->getResultType(), TargetLoc,
747 Source->getResultType(), SourceLoc))
    [all...]
SemaLambda.cpp 190 LSI->ReturnType = CallOperator->getResultType();
480 = MethodTyInfo->getType()->getAs<FunctionType>()->getResultType()
702 S.Context.getFunctionType(Proto->getResultType(),
775 = S.Context.getFunctionType(Proto->getResultType(),
    [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp 155 QualType ReturnType = Method->getResultType();
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 225 if (!isFuncTypeArgumentConvertible(FT->getResultType()))
475 if (const RecordType *RT = FT->getResultType()->getAs<RecordType>())
CGCall.cpp 79 return arrangeLLVMFunctionInfo(FTNP->getResultType().getUnqualifiedType(),
96 CanQualType resultType = FTP->getResultType().getUnqualifiedType();
260 return arrangeLLVMFunctionInfo(noProto->getResultType(),
307 return arrangeLLVMFunctionInfo(GetReturnType(MD->getResultType()), argTys,
352 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,
401 return arrangeLLVMFunctionInfo(GetReturnType(FPT->getResultType()),
    [all...]
CodeGenFunction.cpp 555 QualType ResTy = FD->getResultType();
605 !FD->getResultType()->isVoidType() && Builder.GetInsertBlock()) {
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 548 return MakeCXType(FD->getResultType(), GetTU(X));
557 return MakeCXType(MD->getResultType(), cxcursor::getCursorTU(C));
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 27 QualType CallEvent::getResultType() const {
277 return FD->getResultType();
279 return MD->getResultType();
    [all...]

Completed in 2161 milliseconds

1 2 3 4