Searched defs:isDependency (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/lld/COFF/ | ||
H A D | DebugTypes.h | 103 virtual bool isDependency() const { return false; } in isDependency() function |
H A D | DebugTypes.cpp | 72 bool isDependency() const override { return true; } in isDependency() function in __anon20ecf5eb0111::TypeServerSource |
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ | ||
H A D | BugReporter.cpp | 2111 isDependency(const CheckerRegistryData &Registry, StringRef CheckerName) { in isDependency() function |