HomeSort by relevance Sort by last modified time
    Searched refs:CLANG_ANALYZER_API_VERSION_STRING (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 23 // CLANG_ANALYZER_API_VERSION_STRING;
61 #ifndef CLANG_ANALYZER_API_VERSION_STRING
67 #define CLANG_ANALYZER_API_VERSION_STRING CLANG_VERSION_STRING
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 53 const char clang_analyzerAPIVersionString[] = CLANG_ANALYZER_API_VERSION_STRING;
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 81 if (strcmp(versionString, CLANG_ANALYZER_API_VERSION_STRING) == 0)
98 << CLANG_ANALYZER_API_VERSION_STRING

Completed in 288 milliseconds