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.cpp215 parseFile(); in parse()
271 void UnwrappedLineParser::parseFile() { in parseFile() function in clang::format::UnwrappedLineParser
1204 parseFile(); in parsePPDefine()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.h49 void parseFile(InputFile *file);
H A DSymbols.cpp267 parseFile(file); in extract()
H A DInputFiles.cpp335 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile() function in elf
H A DSyntheticSections.cpp3120 function_ref<void(InputFile *, InputChunk &, OutputChunk &)> parseFile) { in init() argument
3146 parseFile(files[i], inputChunks[i], chunks[i]); in init()