Searched refs:insertSeen (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DModuleDependencyCollector.h31 bool insertSeen(llvm::StringRef Filename) override { return false; }
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h165 virtual bool insertSeen(StringRef Filename) { return Seen.insert(Filename).second; } function in class:clang::ModuleDependencyCollector
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp237 if (insertSeen(Filename))

Completed in 51 milliseconds