Searched refs:ClangTableGen (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/AST/ |
D | Makefile | 18 $(Verb) $(ClangTableGen) -gen-clang-attr-classes -o $(call SYSPATH, $@) \ 24 $(Verb) $(ClangTableGen) -gen-clang-attr-impl -o $(call SYSPATH, $@) \ 30 $(Verb) $(ClangTableGen) -gen-clang-attr-dump -o $(call SYSPATH, $@) \ 36 $(Verb) $(ClangTableGen) -gen-clang-attr-ast-visitor -o $(call SYSPATH, $@) \ 42 $(Verb) $(ClangTableGen) -gen-clang-stmt-nodes -o $(call SYSPATH, $@) $< 47 $(Verb) $(ClangTableGen) -gen-clang-decl-nodes -o $(call SYSPATH, $@) $< 52 $(Verb) $(ClangTableGen) -gen-clang-comment-nodes -o $(call SYSPATH, $@) $< 57 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags -o $(call SYSPATH, $@) $< 62 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags-properties -o $(call SYSPATH, $@) $< 68 …$(Verb) $(ClangTableGen) -gen-clang-comment-html-named-character-references -o $(call SYSPATH, $@)… [all …]
|
/external/clang/include/clang/Sema/ |
D | Makefile | 13 $(Verb) $(ClangTableGen) -gen-clang-attr-template-instantiate -o \ 19 $(Verb) $(ClangTableGen) -gen-clang-attr-parsed-attr-list -o \ 25 $(Verb) $(ClangTableGen) -gen-clang-attr-parsed-attr-kinds -o \ 31 $(Verb) $(ClangTableGen) -gen-clang-attr-spelling-index -o \ 37 $(Verb) $(ClangTableGen) -gen-clang-attr-parsed-attr-impl -o \
|
/external/clang/include/clang/Basic/ |
D | Makefile | 37 …$(Verb) $(ClangTableGen) -gen-clang-diags-defs -clang-component=$(patsubst Diagnostic%Kinds.inc.tm… 41 $(Verb) $(ClangTableGen) -gen-clang-diags-index-name -o $(call SYSPATH, $@) $< 45 $(Verb) $(ClangTableGen) -gen-clang-diag-groups -o $(call SYSPATH, $@) $< 49 $(Verb) $(ClangTableGen) -gen-clang-attr-list -o $(call SYSPATH, $@) \ 55 $(Verb) $(ClangTableGen) -gen-clang-attr-has-attribute-impl -o $(call SYSPATH, $@) \ 60 $(Verb) $(ClangTableGen) -gen-arm-neon-sema -o $(call SYSPATH, $@) \
|
/external/clang/include/clang/Serialization/ |
D | Makefile | 12 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-read -o $(call SYSPATH, $@) \ 18 $(Verb) $(ClangTableGen) -gen-clang-attr-pch-write -o $(call SYSPATH, $@) \
|
/external/clang/include/clang/Parse/ |
D | Makefile | 12 $(Verb) $(ClangTableGen) -gen-clang-attr-parser-string-switches -o $(call SYSPATH, $@) \
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | Makefile | 24 …$(Verb) $(ClangTableGen) -gen-clang-sa-checkers -I $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include -o $(cal…
|
/external/clang/lib/Headers/ |
D | Makefile | 64 $(Verb) $(ClangTableGen) -gen-arm-neon -o $(call SYSPATH, $@) $<
|
/external/clang/ |
D | Makefile | 81 ClangTableGen = $(CLANG_TBLGEN) $(TableGen.Flags) macro
|