Home
last modified time | relevance | path

Searched refs:getBoolean (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp322 SemanticHighlighting->getBoolean("semanticHighlighting")) in fromJSON()
328 if (auto CategorySupport = Diagnostics->getBoolean("categorySupport")) in fromJSON()
330 if (auto CodeActions = Diagnostics->getBoolean("codeActionsInline")) in fromJSON()
332 if (auto RelatedInfo = Diagnostics->getBoolean("relatedInformation")) in fromJSON()
337 if (auto SnippetSupport = Item->getBoolean("snippetSupport")) in fromJSON()
358 if (auto EditsNearCursor = Completion->getBoolean("editsNearCursor")) in fromJSON()
395 if (auto RenameSupport = Rename->getBoolean("prepareSupport")) in fromJSON()
414 if (auto RefreshSupport = SemanticTokens->getBoolean("refreshSupport")) in fromJSON()
419 if (auto WorkDoneProgress = Window->getBoolean("workDoneProgress")) in fromJSON()
421 if (auto Implicit = Window->getBoolean("implicitWorkDoneProgressCreate")) in fromJSON()
[all …]
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp289 setBoolean(Other.getBoolean()); in operator =()
338 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h111 return Value.getBoolean();
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h279 bool getBoolean() const;
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp96 EXPECT_EQ(true, Value.getBoolean()); in TEST()
H A DParserTest.cpp94 EXPECT_TRUE(Sema.Values[0].getBoolean()); in TEST()
95 EXPECT_FALSE(Sema.Values[1].getBoolean()); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSMTAPI.h403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
H A DJSON.h141 llvm::Optional<bool> getBoolean(StringRef K) const;
/llvm-project-15.0.7/llvm/lib/Support/
H A DZ3Solver.cpp777 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anonae660b540111::Z3Solver
837 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
H A DJSON.cpp44 llvm::Optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp77 if (auto value = obj.getBoolean(key)) in GetBoolean()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp267 documentSymbol->getBoolean("hierarchicalDocumentSymbolSupport")) in fromJSON()