Lines Matching +full:array +full:- +full:enum
3 # SPDX-License-Identifier: Apache-2.0
5 from enum import Enum
19 # A member of the codemodel configurations array
36 # A member of the configuration.directories array
44 self.parentIndex = -1
46 self.projectIndex = -1
60 # A member of the configuration.projects array
67 self.parentIndex = -1
81 # A member of the configuration.configTargets array
89 self.directoryIndex = -1
90 self.projectIndex = -1
104 class TargetType(Enum):
113 # A member of the target.install_destinations array
120 self.backtrace = -1
126 # archive_commandFragments array
138 # A member of the target.dependencies array
145 self.backtrace = -1
150 # A member of the target.sources array
157 self.compileGroupIndex = -1
158 self.sourceGroupIndex = -1
160 self.backtrace = -1
169 # A member of the target.sourceGroups array
184 # A member of the target.compileGroups.includes array
192 self.backtrace = -1
197 # A member of the target.compileGroups.precompileHeaders array
204 self.backtrace = -1
209 # A member of the target.compileGroups.defines array
216 self.backtrace = -1
221 # A member of the target.compileGroups array
241 # A member of the target.backtraceGraph_nodes array
247 self.file = -1
248 self.line = -1
249 self.command = -1
250 self.parent = -1
265 self.backtrace = -1