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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh52 CLANG_DIR=$(readlink -f $(dirname "$CLANG"))
58 CC=$CLANG_DIR/clang
59 CXX=$CLANG_DIR/clang++
60 TBLGEN=$CLANG_DIR/llvm-tblgen
61 OPT=$CLANG_DIR/opt
62 export AR=$CLANG_DIR/llvm-ar
63 export LINK=$CLANG_DIR/llvm-link
/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Dgenerate_formatted_state.py26 CLANG_DIR = os.path.join(os.path.dirname(__file__), '../..') variable
27 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormattedStatus.rst')
H A Ddump_format_style.py10 CLANG_DIR = os.path.join(os.path.dirname(__file__), '../..') variable
11 FORMAT_STYLE_FILE = os.path.join(CLANG_DIR, 'include/clang/Format/Format.h')
12 INCLUDE_STYLE_FILE = os.path.join(CLANG_DIR, 'include/clang/Tooling/Inclusions/IncludeStyle.h')
13 DOC_FILE = os.path.join(CLANG_DIR, 'docs/ClangFormatStyleOptions.rst')

Completed in 114 milliseconds