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

  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 346 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
350 calleeType = CT_Method;
353 calleeType = CT_Function;
360 calleeType = CT_Function;
363 calleeType = CT_Block;
392 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
409 if (calleeType == CT_Method &&
418 Diag(Loc, diag::warn_missing_sentinel) << int(calleeType);
421 << int(calleeType)
    [all...]

Completed in 51 milliseconds