Searched refs:getArgType (Results 1 – 5 of 5) sorted by relevance
313 ArgType getArgType(ASTContext &Ctx) const;501 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;588 ArgType getArgType(ASTContext &Ctx) const;
221 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() function in ScanfSpecifier494 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType()
385 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() function in PrintfSpecifier684 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
478 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const { in getArgType() function in analyze_format_string::OptionalAmount
3632 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context); in HandleAmount()4067 const analyze_printf::ArgType &AT = FS.getArgType(S.Context, in checkFormatExpr()4445 const analyze_format_string::ArgType &AT = FS.getArgType(S.Context); in HandleScanfSpecifier()