Searched refs:InFunctionCall (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp2017 Sema::VariadicCallType CallType, bool InFunctionCall,
2042 Type, CallType, InFunctionCall, CheckedVarArgs);
2048 Type, CallType, InFunctionCall, CheckedVarArgs);
2100 /*InFunctionCall*/false, CheckedVarArgs);
2154 Type, CallType, InFunctionCall,
2164 InFunctionCall, CheckedVarArgs);
2182 Type, InFunctionCall, CallType, CheckedVarArgs);
2637 /// \param InFunctionCall if true, the format string is within the function
2662 void CheckFormatHandler::EmitFormatDiagnostic(Sema &S, bool InFunctionCall, argument
2669 if (InFunctionCall) {
2014 checkFormatStringExpr(Sema &S, const Expr *E, ArrayRef<const Expr *> Args, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, Sema::FormatStringType Type, Sema::VariadicCallType CallType, bool InFunctionCall, llvm::SmallBitVector &CheckedVarArgs) argument
[all...]

Completed in 42 milliseconds