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

12 3

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 431 QualType ResTy = FD->getResultType();
    [all...]
CodeGenTypes.cpp 224 if (!isFuncTypeArgumentConvertible(FT->getResultType()))
CGObjC.cpp 82 BoxingMethod->getResultType(), Sel, Receiver, Args,
171 MethodWithObjects->getResultType(),
212 CGF.getContext().hasSameType(E->getType(), Method->getResultType()) ||
344 method ? method->getResultType() : E->getType();
460 StartFunction(OMD, OMD->getResultType(), Fn, FI, args, StartLoc);
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaCodeComplete.cpp 696 T = Function->getResultType();
    [all...]
SemaDecl.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaPseudoObject.cpp 712 QualType resultType = Getter->getResultType();
    [all...]
SemaDeclCXX.cpp 725 QualType RT = NewFD->getResultType();
    [all...]
SemaAccess.cpp 368 ContextTy->getResultType(),
369 FriendTy->getResultType()))
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp 581 Function1->getResultType(),
582 Function2->getResultType()))
    [all...]
ExprClassification.cpp 329 Cl::Kinds kind = ClassifyUnnamed(Ctx, Method->getResultType());
VTableBuilder.cpp 276 Context.getCanonicalType(DerivedFT->getResultType());
278 Context.getCanonicalType(BaseFT->getResultType());
    [all...]
MicrosoftMangle.cpp 757 mangleType(Proto->getResultType());
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp 806 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 326 QualType getResultType() const { return MethodDeclType; }
332 return getResultType().getNonLValueExprType(getASTContext());
    [all...]
ExprObjC.h 669 ResultType = Getter->getResultType();
675 ResultType = Getter->getResultType(); // with reference!
    [all...]
RecursiveASTVisitor.h 863 TRY_TO(TraverseType(T->getResultType()));
867 TRY_TO(TraverseType(T->getResultType()));
    [all...]
Decl.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 777 QualType ResultTy = MD->getResultType();
926 QualType RetTy = FT->getResultType();
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 631 VisitType(FT->getResultType());

Completed in 498 milliseconds

12 3