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

  /external/clang/lib/Sema/
SemaLambda.cpp 475 QualType ConvTy = S.Context.getFunctionType(FunctionPtrTy, 0, 0, ExtInfo);
487 ConvTy,
488 S.Context.getTrivialTypeSourceInfo(ConvTy,
547 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, 0, 0, ExtInfo);
558 ConvTy,
559 S.Context.getTrivialTypeSourceInfo(ConvTy, Loc),
    [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaStmt.cpp     [all...]
SemaInit.cpp     [all...]
SemaChecking.cpp 368 AssignConvertType ConvTy;
369 ConvTy = CheckSingleAssignmentConstraints(LHSTy, RHS);
372 if (DiagnoseAssignmentResult(ConvTy, Arg->getLocStart(), LHSTy, RHSTy,
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1063 milliseconds