Searched refs:StandardLibrary (Results 1 – 9 of 9) sorted by relevance
104 Cfg.Index.StandardLibrary = false; in TEST()112 Cfg.Index.StandardLibrary = true; in TEST()134 Cfg.Index.StandardLibrary = true; in TEST()
6 StandardLibrary.cpp
14 "StandardLibrary.cpp",
88 bool StandardLibrary = false; member
188 if (auto StandardLibrary = boolValue(N, "StandardLibrary")) in parse() local189 F.StandardLibrary = *StandardLibrary; in parse()
204 llvm::Optional<Located<bool>> StandardLibrary; member
336 if (F.StandardLibrary) in compile()338 [Val(**F.StandardLibrary)](const Params &, Config &C) { in compile()339 C.Index.StandardLibrary = Val; in compile()
297 if (!Config::current().Index.StandardLibrary) { in add()
269 clang/include/clang/Tooling/Inclusions/StandardLibrary.h578 clang/lib/Tooling/Inclusions/StandardLibrary.cpp