| /third_party/typescript/src/services/codefixes/ |
| D | fixNaNEquality.ts | 15 const { suggestion, expression, arg } = info; constant 31 suggestion: string; property 62 …const [_, suggestion] = flattenDiagnosticMessageText(messageText, "\n", 0).match(/\'(.*)\'/) || []; constant
|
| D | fixSpelling.ts | 104 const suggestion = symbolName(suggestedSymbol); constant
|
| /third_party/node/deps/npm/lib/utils/ |
| D | did-you-mean.js | 34 const suggestion = constant
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| D | namer.cc | 188 [&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/ |
| D | parse.rs | 31 let suggestion = in parse_xid_properties() localVariable
|
| /third_party/ninja/src/ |
| D | ninja.cc | 353 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/ |
| D | dynamic.rs | 520 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/ |
| D | command_help.cc | 365 std::string_view suggestion = SpellcheckString(what, all_help_topics); in RunHelp() local
|
| D | args.cc | 258 std::string_view suggestion = SpellcheckString(name, candidates); in VerifyAllOverridesUsed() local
|
| /third_party/python/Python/ |
| D | suggestions.c | 141 PyObject *suggestion = NULL; in calculate_suggestions() local
|
| /third_party/rust/crates/proc-macro-error/src/ |
| D | diagnostic.rs | 206 pub fn suggestion(self, suggestion: &str, msg: String) -> Self { in suggestion() method
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | helpers.ts | 843 interface SkipErrors { semantic?: true; suggestion?: true } property
|
| /third_party/rust/crates/clap/src/error/ |
| D | mod.rs | 401 let suggestion = suggestions::did_you_mean(&bad_val, good_vals.iter()).pop(); in invalid_value() localVariable
|
| /third_party/typescript/src/compiler/ |
| D | program.ts | 3416 const suggestion = getSpellingSuggestion(unqualifiedLibName, libs, identity); constant
|
| D | checker.ts | 16057 …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/ |
| D | tsc.js | 65618 function isUncheckedJSSuggestion(node, suggestion, excludeClasses) { argument
|
| D | typingsInstaller.js | 78201 function isUncheckedJSSuggestion(node, suggestion, excludeClasses) { argument
|