Searched refs:createInMemoryFile (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 220 static FileID createInMemoryFile(StringRef FileName, MemoryBufferRef Source, in createInMemoryFile() function 247 FileID ID = createInMemoryFile("<irrelevant>", *Code, Sources, Files, in fillRanges() 528 FileID ID = createInMemoryFile(AssumedFileName, *Code, Sources, Files, in format()
|