Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp188 auto WasPresent = Files.erase(File); in removeFile() local
189 (void)WasPresent; in removeFile()
190 assert(WasPresent && "File was not tracked"); in removeFile()