Home | History | Annotate | Download | only in utils

Lines Matching refs:startswith

38     if l.startswith('#include'):
44 if look_for_api_header and header.startswith('"'):
48 if (header.startswith('<') or header.startswith('"gtest/') or
49 header.startswith('"isl/') or header.startswith('"json/')):
52 if (header.startswith('"clang/') or header.startswith('"clang-c/') or
53 header.startswith('"polly/')):
56 if (header.startswith('"llvm/') or header.startswith('"llvm-c/')):
66 if l.startswith('//') or l.startswith('#define') or l.startswith('#ifndef'):