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 312 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
316 calleeType = CT_Method;
319 calleeType = CT_Function;
326 calleeType = CT_Function;
329 calleeType = CT_Block;
358 Diag(D->getLocation(), diag::note_sentinel_here) << calleeType;
375 if (calleeType == CT_Method &&
384 Diag(Loc, diag::warn_missing_sentinel) << calleeType;
387 << calleeType
    [all...]

Completed in 225 milliseconds