Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DRenameTests.cpp866 const bool HeaderFile = true; in TEST() local
873 nullptr, HeaderFile, Index}, in TEST()
878 nullptr, HeaderFile, Index}, in TEST()
883 "keyword", HeaderFile, Index, "return"}, in TEST()
890 "used outside main file", HeaderFile, Index}, in TEST()
897 "not eligible for indexing", HeaderFile, Index}, in TEST()
904 nullptr, !HeaderFile, Index}, in TEST()
909 "not a supported kind", HeaderFile, Index}, in TEST()
916 "not a supported kind", HeaderFile, Index}, in TEST()
922 "no symbol", HeaderFile, Index}, in TEST()
[all …]
DHeadersTests.cpp92 return HeaderFile{std::string(Header), in __anonfaaee4dc0202()
293 auto Inserting = HeaderFile{HeaderPath, /*Verbatim=*/false}; in TEST()
294 auto Verbatim = HeaderFile{"<x>", /*Verbatim=*/true}; in TEST()
309 std::string HeaderFile = "__preamble_patch__.h"; in TEST_F() local
317 FS.Files[HeaderFile] = HeaderContents; in TEST_F()
325 CDB.ExtraClangFlags = {"-include", testPath(HeaderFile)}; in TEST_F()
DDiagnosticsTests.cpp609 URIForFile HeaderFile = in TEST() local
639 NoteInHeader.AbsFile = std::string(HeaderFile.file()); in TEST()
704 NoteInHeaderDRI.location.uri = HeaderFile; in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DHeaders.cpp111 bool HeaderFile::valid() const { in valid()
116 llvm::Expected<HeaderFile> toHeaderFile(llvm::StringRef Header, in toHeaderFile()
119 return HeaderFile{Header.str(), /*Verbatim=*/true}; in toHeaderFile()
128 return HeaderFile{std::move(*IncludePath), /*Verbatim=*/true}; in toHeaderFile()
133 return HeaderFile{std::move(*Resolved), /*Verbatim=*/false}; in toHeaderFile()
216 PathRef DeclaringHeader, const HeaderFile &InsertedHeader) const { in shouldInsertInclude()
229 IncludeInserter::calculateIncludePath(const HeaderFile &InsertedHeader, in calculateIncludePath()
DHeaders.h35 struct HeaderFile { struct
46 llvm::Expected<HeaderFile> toHeaderFile(llvm::StringRef Header,
172 const HeaderFile &InsertedHeader) const;
186 calculateIncludePath(const HeaderFile &InsertedHeader,
DCodeComplete.cpp187 if (auto HeaderFile = toHeaderFile(*Header, FileName)) in overloadSet() local
189 Inserter->calculateIncludePath(*HeaderFile, FileName)) in overloadSet()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/
DApplication.vcc20 HeaderFile=Application.h
26 HeaderFile=BrowserDialog.h
/external/google-fruit/tests/
Dtest_include_test.py34 def test_header_self_contained(self, HeaderFile): argument
/external/boringssl/src/util/
Ddoc.go39 type HeaderFile struct { struct
294 func (config *Config) parseHeader(path string) (*HeaderFile, error) {
333 header := &HeaderFile{
639 var headers []*HeaderFile
/external/python/cpython2/Lib/
Dmimify.py71 class HeaderFile: class
134 hfile = HeaderFile(ifile)
291 hfile = HeaderFile(ifile)
/external/llvm-project/clang/unittests/Basic/
DSourceManagerTest.cpp174 const FileEntry *HeaderFile = in TEST_F() local
176 SourceMgr.overrideFileContents(HeaderFile, std::move(HeaderBuf)); in TEST_F()
179 FileID HeaderFileID = SourceMgr.getOrCreateFileID(HeaderFile, SrcMgr::C_User); in TEST_F()
/external/llvm-project/lldb/source/Symbol/
DSymbol.cpp355 ENUM_TO_CSTRING(HeaderFile); in GetTypeAsString()