Lines Matching defs:flags
27 # * Right now, we only pull the -I and -D flags. That seems to be sufficient
43 flags = [
113 # compile flags of some generic cc file ('src/utils/utils.cc'). This
114 # should contain most/all of the interesting flags for other targets too.
143 # Parse flags that are important for YCM's purposes.
157 # These flags causes libclang (3.3) to crash. Remove it until things
173 'flags': (List of Strings) Command line flags.
178 final_flags = flags + v8_flags
180 'flags': final_flags,