1ABC input.cpp /^namespace ABC {$/;" n file: 2X input.cpp /^ namespace X = ABC;$/;" A function:foo file: name:ABC 3foo input.cpp /^int foo (void)$/;" f typeref:typename:int 4x input.cpp /^ int x = 1;$/;" v namespace:ABC typeref:typename:int 5