nitc :: AExternCodeBlock :: is_cpp_header
fun is_cpp_header : Bool do return language_name != null and (language_name_lowered == "c++ header")