Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp189 auto WasPresent = Files.erase(File); in removeFile() local
190 (void)WasPresent; in removeFile()
191 assert(WasPresent && "File was not tracked"); in removeFile()