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

  /external/clang/lib/AST/
ExprClassification.cpp 291 return ClassifyUnnamed(Ctx, cast<CallExpr>(E)->getCallReturnType(Ctx));
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 380 if (E->getCallReturnType(CGF.getContext())->isReferenceType())
    [all...]
CGBuiltin.cpp     [all...]
CGExprAgg.cpp 756 if (E->getCallReturnType(CGF.getContext())->isReferenceType()) {
    [all...]
CGClass.cpp     [all...]
CGExpr.cpp     [all...]
CGExprScalar.cpp 323 if (E->getCallReturnType(CGF.getContext())->isReferenceType())
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 221 QualType ReturnTy = CE->getCallReturnType(S.Context);
    [all...]
SemaExprCXX.cpp     [all...]

Completed in 65 milliseconds