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

  /external/clang/include/clang/Basic/
Version.h 32 CLANG_MAKE_VERSION_STRING(CLANG_VERSION_MAJOR,CLANG_VERSION_MINOR, \
41 CLANG_MAKE_VERSION_STRING(CLANG_VERSION_MAJOR,CLANG_VERSION_MINOR)
Makefile 25 CLANG_VERSION_MINOR := $(word 2,$(CLANG_VERSION_COMPONENTS))
58 -e "s#@CLANG_VERSION_MINOR@#$(CLANG_VERSION_MINOR)#g" \
  /external/clang/
clang-version-inc.mk 17 CLANG_VERSION_MINOR := $(word 2,$(CLANG_VERSION_COMPONENTS))
31 -e "s#@CLANG_VERSION_MINOR@#$(CLANG_VERSION_MINOR)#g" \
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 325 Builder.defineMacro("__clang_minor__", TOSTR(CLANG_VERSION_MINOR));
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 79 milliseconds