HomeSort by: relevance | last modified time | path
    Searched defs:CallType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 4595 SourceRange Range, VariadicCallType CallType) {
4607 CheckFormatArguments(I, Args, IsMemberFunction, CallType, Loc, Range,
4615 if (CallType != VariadicDoesNotApply &&
4628 checkVariadicArgument(Arg, CallType);
4693 VariadicCallType CallType =
4701 Loc, SourceRange(), CallType);
4712 VariadicCallType CallType = getVariadicCallType(FDecl, Proto,
4747 TheCall->getCallee()->getSourceRange(), CallType);
4788 VariadicCallType CallType =
4793 CallType);
    [all...]
SemaExpr.cpp 5882 VariadicCallType CallType = getVariadicCallType(FDecl, Proto, Fn);
5885 AllArgs, CallType);
5899 VariadicCallType CallType, bool AllowExplicit,
5971 if (CallType != VariadicDoesNotApply) {
5986 ExprResult Arg = DefaultVariadicArgumentPromotion(A, CallType, FDecl);

Completed in 46 milliseconds