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

  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 390 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
394 calleeType = CT_Method;
397 calleeType = CT_Function;
404 calleeType = CT_Function;
407 calleeType = CT_Block;
436 Diag(D->getLocation(), diag::note_sentinel_here) << int(calleeType);
453 if (calleeType == CT_Method &&
464 Diag(Loc, diag::warn_missing_sentinel) << int(calleeType);
467 << int(calleeType)
    [all...]

Completed in 376 milliseconds