Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dreturn-value-guaranteed.cpp29 bool parseFile() { in parseFile() function
77 bool parseFile() { in parseFile() function
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h94 void parseFile();
H A DUnwrappedLineParser.cpp358 parseFile(); in parse()
390 void UnwrappedLineParser::parseFile() { in parseFile() function in clang::format::UnwrappedLineParser
1242 parseFile(); in parsePPDefine()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.h49 void parseFile(InputFile *file);
H A DSymbols.cpp262 parseFile(file); in extract()
H A DInputFiles.cpp205 void elf::parseFile(InputFile *file) { invokeELFT(doParseFile, file); } in parseFile() function in elf
H A DDriver.cpp2484 parseFile(files[i]); in link()