Home
last modified time | relevance | path

Searched refs:parseFile (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineParser.h121 void parseFile();
HDUnwrappedLineParser.cpp215 parseFile(); in parse()
271 void UnwrappedLineParser::parseFile() { in parseFile() function in clang::format::UnwrappedLineParser
1204 parseFile(); in parsePPDefine()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.h49 void parseFile(InputFile *file);
HDSymbols.cpp267 parseFile(file); in extract()
HDInputFiles.cpp335 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile() function in elf
HDSyntheticSections.cpp3120 function_ref<void(InputFile *, InputChunk &, OutputChunk &)> parseFile) { in init() argument
3146 parseFile(files[i], inputChunks[i], chunks[i]); in init()