Home
last modified time | relevance | path

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

/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DMetadataTransformer.kt147 delegate.receiverParameterType?.fixType { delegate.receiverParameterType = it } in <lambda>()
148 delegate.returnType.fixType { delegate.returnType = it } in <lambda>()
200 private fun KmType.fixType(update: (KmType) -> Unit) { in <lambda>() method
/external/llvm-project/clang/test/FixIt/
Dformat.m239 // PrintfSpecifier::fixType doesn't handle %n, so a fix-it is not emitted,
240 // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp.
270 // PrintfSpecifier::fixType doesn't handle %n, so a fix-it is not emitted,
271 // see the comment in PrintfSpecifier::fixType in PrintfFormatString.cpp.
/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/llvm-project/clang/include/clang/AST/
DFormatString.h604 bool fixType(QualType QT, const LangOptions &LangOpt, ASTContext &Ctx,
675 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/llvm-project/clang/lib/AST/
DScanfFormatString.cpp412 bool ScanfSpecifier::fixType(QualType QT, QualType RawQT, in fixType() function in ScanfSpecifier
DPrintfFormatString.cpp681 bool PrintfSpecifier::fixType(QualType QT, const LangOptions &LangOpt, in fixType() function in PrintfSpecifier
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1733 fixType(value, "type", fullpath, fullparts);
1735 fixType(value, "references", fullpath, fullparts);
1748 … private void fixType(String value, String type, String oldFullPath, XPathParts fullparts) {
/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()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8693 fixedFS.fixType(IntendedTy, S.getLangOpts(), S.Context, isObjCContext()); in checkFormatExpr()
8999 bool Success = fixedFS.fixType(Ex->getType(), Ex->IgnoreImpCasts()->getType(), in HandleScanfSpecifier()