Lines Matching refs:Clang
13 The Clang compiler frontend, ``clang -cc1``, supports three command line
30 Alternatively, Clang's PTH files can be used as a raw "token-cache" (or
55 preprocessor state of a header file, Clang's pretokenized header files
66 implementation for Clang that also caches the work for parsing and type
68 in Clang as pretokenized header files was motivated by the following
73 Clang's lexer can handle, including C, Objective-C, and (in the early
81 machinery for PTH resides at the lower-levels of the Clang library
85 precompiled header file implementation that Clang can be directly
86 compared against) the PTH design in Clang yields several attractive
91 those of several other compilers), Clang's PTH files are architecture
99 architecture-specific. Since a Clang PTH file essentially represents
106 Similar to GCC, Clang reads PTH files
107 via the use of memory mapping (i.e., ``mmap``). Clang, however,
138 There is also a PCH implementation for Clang based on the lazy
161 Clang's preprocessor.