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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp37 static bool isCompatibleAPIVersion(const char *versionString);
74 bool ClangCheckerRegistry::isCompatibleAPIVersion(const char *versionString) { argument
76 if (versionString == 0)
81 if (strcmp(versionString, CLANG_ANALYZER_API_VERSION_STRING) == 0)

Completed in 77 milliseconds