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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1936 Sema::VariadicCallType CallType, bool InFunctionCall,
1961 Type, CallType, InFunctionCall, CheckedVarArgs);
1967 Type, CallType, InFunctionCall, CheckedVarArgs);
2019 /*InFunctionCall*/false, CheckedVarArgs);
2076 Type, CallType, InFunctionCall,
2086 InFunctionCall, CheckedVarArgs);
2104 Type, InFunctionCall, CallType, CheckedVarArgs);
2587 /// \param InFunctionCall if true, the format string is within the function
2612 void CheckFormatHandler::EmitFormatDiagnostic(Sema &S, bool InFunctionCall, argument
2619 if (InFunctionCall) {
1933 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 49 milliseconds