Searched defs:isDependency (Results 1 – 3 of 3) sorted by relevance
| /external/llvm-project/lld/COFF/ | ||
| D | DebugTypes.h | 104 virtual bool isDependency() const { return false; } in isDependency() function |
| D | DebugTypes.cpp | 67 bool isDependency() const override { return true; } in isDependency() function in __anon8764634b0111::TypeServerSource |
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
| D | BugReporter.cpp | 2111 isDependency(const CheckerRegistryData &Registry, StringRef CheckerName) { in isDependency() function |