Searched refs:TestIndent (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Misc/
H A Dast-dump-stmt.c7 int TestIndent = 1 + (1); variable
8 // CHECK: VarDecl{{.*}}TestIndent
H A Dast-dump-comment.cpp9 int TestIndent; variable
10 // CHECK: {{^VarDecl.*TestIndent[^()]*$}}
H A Dast-dump-decl.c7 struct TestIndent { struct
10 // CHECK: {{^}}RecordDecl{{.*TestIndent[^()]*$}}
H A Dast-dump-attr.cpp8 int TestIndent variable
10 // CHECK: {{^}}VarDecl{{.*TestIndent[^()]*$}}
/external/python/cpython2/Lib/json/tests/
H A Dtest_indent.py6 class TestIndent(object): class in inherits:object
59 class TestPyIndent(TestIndent, PyTest): pass
60 class TestCIndent(TestIndent, CTest): pass

Completed in 147 milliseconds