Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfig.h88 bool StandardLibrary = false; member
H A DConfigFragment.h204 llvm::Optional<Located<bool>> StandardLibrary; member
H A DConfigYAML.cpp188 if (auto StandardLibrary = boolValue(N, "StandardLibrary")) in parse() local