Searched refs:Trusted (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ConfigProvider.cpp | 47 Fragment.Source.Trusted = Trusted; in get() 58 bool Trusted) { in fromYAMLFile() argument 62 bool Trusted; in fromYAMLFile() member in clang::clangd::config::Provider::fromYAMLFile::AbsFileProvider 67 Cache.get(FS, DC, P.FreshTime, Trusted, Result); in fromYAMLFile() 73 const ThreadsafeFS &FS, bool Trusted) in fromYAMLFile() argument 74 : Cache(Path, Directory), FS(FS), Trusted(Trusted) { in fromYAMLFile() 88 bool Trusted; in fromAncestorRelativeYAMLFiles() member in clang::clangd::config::Provider::fromAncestorRelativeYAMLFiles::RelFileProvider 130 Cache->get(FS, DC, P.FreshTime, Trusted, Result); in fromAncestorRelativeYAMLFiles() 136 bool Trusted) in fromAncestorRelativeYAMLFiles() argument 137 : RelPath(RelPath), FS(FS), Trusted(Trusted) { in fromAncestorRelativeYAMLFiles() [all …]
|
| H A D | ConfigProvider.h | 71 bool Trusted = false); 81 bool Trusted = false);
|
| H A D | ConfigCompile.cpp | 104 bool Trusted = false; member 187 Trusted = F.Source.Trusted; in compile() 345 if (External.Server && !Trusted) { in compile() 617 LineCol.first, Result.get(), Source.Trusted); in compile()
|
| H A D | ConfigFragment.h | 97 bool Trusted = false; member
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | ConfigCompileTests.cpp | 385 Frag.Source.Trusted = true; in TEST_F()
|