Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h121 void parseFile();
H A DUnwrappedLineParser.cpp210 parseFile(); in parse()
266 void UnwrappedLineParser::parseFile() { in parseFile() function in clang::format::UnwrappedLineParser
1212 parseFile(); in parsePPDefine()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h46 void parseFile(Ctx &, InputFile *file);
H A DSymbols.cpp258 parseFile(ctx, file); in extract()
H A DInputFiles.cpp336 void elf::parseFile(Ctx &ctx, InputFile *file) { in parseFile() function in elf
H A DSyntheticSections.cpp3208 function_ref<void(InputFile *, InputChunk &, OutputChunk &)> parseFile) { in init() argument
3234 parseFile(files[i], inputChunks[i], chunks[i]); in init()