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

  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 344 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
348 calleeType = CT_Method;
351 calleeType = CT_Function;
358 calleeType = CT_Function;
361 calleeType = CT_Block;
390 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
407 if (calleeType == CT_Method &&
416 Diag(Loc, diag::warn_missing_sentinel) << int(calleeType);
419 << int(calleeType)
    [all...]

Completed in 62 milliseconds