Lines Matching refs:lang
128 tu = get_tu(source, lang='cpp')
143 tu = get_tu(source, lang='cpp')
162 tu = get_tu(source, lang='cpp')
178 tu = get_tu(source, lang='cpp')
192 tu = get_tu(source, lang='cpp')
208 tu = get_tu(source, lang='cpp')
225 tu = get_tu(source, lang='cpp')
241 tu = get_tu(source, lang='cpp')
256 tu = get_tu(source, lang='cpp')
271 tu = get_tu(source, lang='cpp')
286 tu = get_tu(source, lang='cpp')
297 tu = get_tu(source, lang='cpp')
346 tu = get_tu('enum TEST : long long { FOO=1, BAR=2 };', lang="cpp")
354 tu = get_tu('int i;', lang='objc')
380 tu = get_tu('enum TEST : long long { SPAM = -1, HAM = 0x10000000000};', lang="cpp")
416 tu = get_tu(source, lang="cpp")
443 tu = get_tu(code, lang='objc')
450 tu = get_tu('class A { A(A const&) = delete; };', lang='cpp')
467 tu = get_tu('void test() __attribute__((deprecated));', lang='cpp')
485 tu = get_tu('class A {}; int foo(A var = A());', lang='cpp')
515 tu = get_tu(kTemplateArgTest, lang='cpp')
521 tu = get_tu(kTemplateArgTest, lang='cpp')
529 tu = get_tu(kTemplateArgTest, lang='cpp')
535 tu = get_tu(kTemplateArgTest, lang='cpp')
542 tu = get_tu(kTemplateArgTest, lang='cpp')
561 tu = get_tu(kInputForMangling, lang='cpp')