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

/external/clang/lib/Sema/
H A DSemaChecking.cpp1625 bool inFunctionCall) {
1649 Type, CallType, inFunctionCall);
1655 Type, CallType, inFunctionCall);
1707 /*inFunctionCall*/false);
1764 Type, CallType, inFunctionCall);
1773 inFunctionCall);
1791 firstDataArg, Type, inFunctionCall, CallType);
1917 bool inFunctionCall; member in class:__anon173::CheckFormatHandler
1924 unsigned formatIdx, bool inFunctionCall,
1931 inFunctionCall(inFunctionCal
1621 checkFormatStringExpr(const Expr *E, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, VariadicCallType CallType, bool inFunctionCall) argument
1920 CheckFormatHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, Expr **args, unsigned numArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType callType) argument
2300 CheckPrintfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, bool isObjC, const char *beg, bool hasVAListArg, Expr **Args, unsigned NumArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType) argument
2827 CheckScanfHandler(Sema &s, const StringLiteral *fexpr, const Expr *origFormatExpr, unsigned firstDataArg, unsigned numDataArgs, const char *beg, bool hasVAListArg, Expr **Args, unsigned NumArgs, unsigned formatIdx, bool inFunctionCall, Sema::VariadicCallType CallType) argument
2985 CheckFormatString(const StringLiteral *FExpr, const Expr *OrigFormatExpr, Expr **Args, unsigned NumArgs, bool HasVAListArg, unsigned format_idx, unsigned firstDataArg, FormatStringType Type, bool inFunctionCall, VariadicCallType CallType) argument
[all...]
/external/webkit/Source/WebCore/bindings/scripts/
H A DCodeGeneratorJS.pm2500 my $inFunctionCall = shift;
2580 if ($codeGenerator->IsSVGTypeWithWritablePropertiesNeedingTearOff($type) and $inFunctionCall eq 0 and not defined $signature->extendedAttributes->{"Immutable"}) {
/external/clang/include/clang/Sema/
H A DSema.h7143 bool inFunctionCall = true);
7148 FormatStringType Type, bool inFunctionCall,

Completed in 7779 milliseconds