Home
last modified time | relevance | path

Searched refs:getArgType (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDFormatString.h313 ArgType getArgType(ASTContext &Ctx) const;
501 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
588 ArgType getArgType(ASTContext &Ctx) const;
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDScanfFormatString.cpp221 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() function in ScanfSpecifier
494 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType()
HDPrintfFormatString.cpp385 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() function in PrintfSpecifier
684 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
HDFormatString.cpp478 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const { in getArgType() function in analyze_format_string::OptionalAmount
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp3632 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()