Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DFormatString.h517 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx,
588 bool fixType(QualType QT, QualType RawQT, const LangOptions &LangOpt,
/external/clang/lib/Analysis/
DScanfFormatString.cpp407 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
DPrintfFormatString.cpp555 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1995 fixType(value, "type", fullpath);
1997 fixType(value, "references", fullpath);
2003 private void fixType(String value, String type, String oldFullPath) {
/external/clang/lib/Sema/
DSemaChecking.cpp5215 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(), in checkFormatExpr()
5508 bool success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()