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

  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 220 enum CalleeType { CT_Function, CT_Method, CT_Block } calleeType;
224 calleeType = CT_Method;
227 calleeType = CT_Function;
234 calleeType = CT_Function;
237 calleeType = CT_Block;
266 Diag(D->getLocation(), diag::note_sentinel_here) << calleeType;
283 if (calleeType == CT_Method &&
292 Diag(Loc, diag::warn_missing_sentinel) << calleeType;
295 << calleeType
    [all...]

Completed in 147 milliseconds