Home | History | Annotate | Download | only in cindex

Lines Matching full:clang

1 from clang.cindex import CompilationDatabase
2 from clang.cindex import CompilationDatabaseError
3 from clang.cindex import CompileCommands
4 from clang.cindex import CompileCommand
43 'line': ['clang++', '-o', 'project.o', '-c',
47 'line': ['clang++', '-o', 'project2.o', '-c',
51 'line': ['clang++', '-DFEATURE=1', '-o', 'project2-feature.o', '-c',
69 expected = [ 'clang++', '-o', 'project.o', '-c',
81 'line': ['clang++', '-o', 'project2.o', '-c',
84 'line': ['clang++', '-DFEATURE=1', '-o', 'project2-feature.o', '-c',