Lines Matching defs:MacroCallReconstructorTest
141 class MacroCallReconstructorTest : public testing::Test {
143 MacroCallReconstructorTest() : Lex(Allocator, Buffers) {}
210 TEST_F(MacroCallReconstructorTest, Identifier) {
222 TEST_F(MacroCallReconstructorTest, EmptyDefinition) {
234 TEST_F(MacroCallReconstructorTest, EmptyExpansion) {
247 TEST_F(MacroCallReconstructorTest, NestedLineWithinCall) {
265 TEST_F(MacroCallReconstructorTest, MultipleLinesInNestedMultiParamsExpansion) {
296 TEST_F(MacroCallReconstructorTest, StatementSequence) {
322 TEST_F(MacroCallReconstructorTest, NestedBlock) {
376 TEST_F(MacroCallReconstructorTest, NestedChildBlocks) {
455 TEST_F(MacroCallReconstructorTest, NestedChildrenMultipleArguments) {
476 TEST_F(MacroCallReconstructorTest, ReverseOrderArgumentsInExpansion) {
490 TEST_F(MacroCallReconstructorTest, MultipleToplevelUnwrappedLines) {
512 TEST_F(MacroCallReconstructorTest, NestedCallsMultipleLines) {
568 TEST_F(MacroCallReconstructorTest, ParentOutsideMacroCall) {
608 TEST_F(MacroCallReconstructorTest, ChildrenSplitAcrossArguments) {
633 TEST_F(MacroCallReconstructorTest, ChildrenAfterMacroCall) {
675 TEST_F(MacroCallReconstructorTest, InvalidCodeSplittingBracesAcrossArgs) {
701 TEST_F(MacroCallReconstructorTest, IndentLevelInExpandedCode) {