Home
last modified time | relevance | path

Searched defs:suggestion (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixNaNEquality.ts15 const { suggestion, expression, arg } = info; constant
31 suggestion: string; property
62 …const [_, suggestion] = flattenDiagnosticMessageText(messageText, "\n", 0).match(/\'(.*)\'/) || []; constant
DfixSpelling.ts104 const suggestion = symbolName(suggestedSymbol); constant
/third_party/node/deps/npm/lib/utils/
Ddid-you-mean.js34 const suggestion = constant
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dnamer.cc188 [&used_names](const std::string& suggestion) -> std::string { in ResolveMemberNamesForStruct()
223 std::stringstream suggestion; in ResolveMemberNamesForStruct() local
/third_party/rust/crates/unicode-ident/generate/src/
Dparse.rs31 let suggestion = in parse_xid_properties() localVariable
/third_party/ninja/src/
Dninja.cc353 Node* suggestion = state_.SpellcheckNode(path); in CollectTarget() local
625 const char* suggestion = in ToolTargets() local
1168 const char* suggestion = SpellcheckStringV(tool_name, words); in ChooseTool() local
1208 const char* suggestion = in DebugEnable() local
1247 const char* suggestion = in WarningEnable() local
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs520 let mut suggestion = pathdiff::diff_paths(&path, current_dir).unwrap_or(path); in complete_path() localVariable
526 let suggestion = pathdiff::diff_paths(&path, current_dir).unwrap_or(path); in complete_path() localVariable
/third_party/gn/src/gn/
Dcommand_help.cc365 std::string_view suggestion = SpellcheckString(what, all_help_topics); in RunHelp() local
Dargs.cc258 std::string_view suggestion = SpellcheckString(name, candidates); in VerifyAllOverridesUsed() local
/third_party/python/Python/
Dsuggestions.c141 PyObject *suggestion = NULL; in calculate_suggestions() local
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs206 pub fn suggestion(self, suggestion: &str, msg: String) -> Self { in suggestion() method
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts843 interface SkipErrors { semantic?: true; suggestion?: true } property
/third_party/rust/crates/clap/src/error/
Dmod.rs401 let suggestion = suggestions::did_you_mean(&bad_val, good_vals.iter()).pop(); in invalid_value() localVariable
/third_party/typescript/src/compiler/
Dprogram.ts3416 const suggestion = getSpellingSuggestion(unqualifiedLibName, libs, identity); constant
Dchecker.ts16057 …const suggestion = getSuggestionForNonexistentIndexSignature(objectType, accessExpression, indexTy… constant
19381 … const suggestion = suggestionSymbol ? symbolToString(suggestionSymbol) : undefined; constant
30075 … const suggestion = getSuggestedSymbolForNonexistentProperty(propNode, containingType); constant
30163 const suggestion = getSuggestedSymbolForNonexistentProperty(name, containingType); constant
30203 const suggestion = getSuggestedSymbolForNonexistentModule(name, targetModule); constant
41177 …const suggestion = getSuggestedSymbolForNonexistentClassMember(memberName, baseType); // Again, us… constant
/third_party/typescript/lib/
Dtsc.js65618 function isUncheckedJSSuggestion(node, suggestion, excludeClasses) { argument
DtypingsInstaller.js78201 function isUncheckedJSSuggestion(node, suggestion, excludeClasses) { argument