Home
last modified time | relevance | path

Searched defs:StandardLibrary (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h204 std::optional<Located<bool>> StandardLibrary; global() member
H A DConfig.h88 bool StandardLibrary = true; member
H A DConfigYAML.cpp200 if (auto StandardLibrary = boolValue(N, "StandardLibrary")) parse() local